demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/dunder-proto-1.0.1/README.md

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/dunder-proto-1.0.1/README.md
Status
scanned
Type
file
Name
README.md
Extension
.md
Programming language

      
    
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
1907 (1.9 KB)
MD5
e5299df3580e2cf05ead6fa8a5ad6db6
SHA1
fed8a1a5b9bb4751196d067f6838d17b10025c06
SHA256
a04f8e67cb76f7d636860dd5d9fc6edd07ec3d41c6672897045573977c8e762a
SHA512

      
    
SHA1_git
44b80a2d4f5685511a02eee7f6471630fe9af2b4
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
README.md | 1.9 KB |

# dunder-proto <sup>[![Version Badge][npm-version-svg]][package-url]</sup> [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url] [![npm badge][npm-badge-png]][package-url] If available, the `Object.prototype.__proto__` accessor and mutator, call-bound. ## Getting started ```sh npm install --save dunder-proto ``` ## Usage/Examples ```js const assert = require('assert'); const getDunder = require('dunder-proto/get'); const setDunder = require('dunder-proto/set'); const obj = {}; assert.equal('toString' in obj, true); assert.equal(getDunder(obj), Object.prototype); setDunder(obj, null); assert.equal('toString' in obj, false); assert.equal(getDunder(obj), null); ``` ## Tests Clone the repo, `npm install`, and run `npm test` [package-url]: https://npmjs.org/package/dunder-proto [npm-version-svg]: https://versionbadg.es/es-shims/dunder-proto.svg [deps-svg]: https://david-dm.org/es-shims/dunder-proto.svg [deps-url]: https://david-dm.org/es-shims/dunder-proto [dev-deps-svg]: https://david-dm.org/es-shims/dunder-proto/dev-status.svg [dev-deps-url]: https://david-dm.org/es-shims/dunder-proto#info=devDependencies [npm-badge-png]: https://nodei.co/npm/dunder-proto.png?downloads=true&stars=true [license-image]: https://img.shields.io/npm/l/dunder-proto.svg [license-url]: LICENSE [downloads-image]: https://img.shields.io/npm/dm/dunder-proto.svg [downloads-url]: https://npm-stat.com/charts.html?package=dunder-proto [codecov-image]: https://codecov.io/gh/es-shims/dunder-proto/branch/main/graphs/badge.svg [codecov-url]: https://app.codecov.io/gh/es-shims/dunder-proto/ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/dunder-proto [actions-url]: https://github.com/es-shims/dunder-proto/actions
URL Start line End line
https://npmjs.org/package/dunder-proto 40 40
https://versionbadg.es/es-shims/dunder-proto.svg 41 41
https://david-dm.org/es-shims/dunder-proto.svg 42 42
https://david-dm.org/es-shims/dunder-proto 43 43
https://david-dm.org/es-shims/dunder-proto/dev-status.svg 44 44
https://david-dm.org/es-shims/dunder-proto#info=devDependencies 45 45
https://nodei.co/npm/dunder-proto.png?downloads=true&stars=true 46 46
https://img.shields.io/npm/l/dunder-proto.svg 47 47
https://img.shields.io/npm/dm/dunder-proto.svg 49 49
https://npm-stat.com/charts.html?package=dunder-proto 50 50
https://codecov.io/gh/es-shims/dunder-proto/branch/main/graphs/badge.svg 51 51
https://app.codecov.io/gh/es-shims/dunder-proto/ 52 52
https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/dunder-proto 53 53
https://github.com/es-shims/dunder-proto/actions 54 54
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/dunder-proto@1.0.1 mit JavaScript