proto-props
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "proto-props", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "List of prototype properties for JavaScript types", | ||
@@ -12,12 +12,14 @@ "license": "MIT", | ||
}, | ||
"main": "proto-props.json", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=8" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava", | ||
"test": "xo && ava && tsd", | ||
"make": "node make.js" | ||
}, | ||
"files": [ | ||
"proto-props.json" | ||
"index.js", | ||
"index.d.ts", | ||
"proto-props.json", | ||
"proto-props.json.d.ts" | ||
], | ||
@@ -44,7 +46,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"all-keys": "^2.0.0", | ||
"ava": "^1.0.1", | ||
"js-types": "^2.0.0", | ||
"xo": "^0.23.0" | ||
"all-keys": "^3.1.0", | ||
"ava": "^1.4.1", | ||
"js-types": "^2.1.0", | ||
"tsd": "^0.7.2", | ||
"xo": "^0.24.0" | ||
} | ||
} |
@@ -530,2 +530,13 @@ { | ||
], | ||
"SharedArrayBuffer": [ | ||
"byteLength", | ||
"constructor", | ||
"hasOwnProperty", | ||
"isPrototypeOf", | ||
"propertyIsEnumerable", | ||
"slice", | ||
"toLocaleString", | ||
"toString", | ||
"valueOf" | ||
], | ||
"String": [ | ||
@@ -555,2 +566,3 @@ "anchor", | ||
"match", | ||
"matchAll", | ||
"normalize", | ||
@@ -557,0 +569,0 @@ "padEnd", |
@@ -18,5 +18,5 @@ # proto-props [![Build Status](https://travis-ci.org/sindresorhus/proto-props.svg?branch=master)](https://travis-ci.org/sindresorhus/proto-props) | ||
```js | ||
const protoProps = require('proto-props'); | ||
const prototypeProperties = require('proto-props'); | ||
console.log(protoProps); | ||
console.log(prototypeProperties); | ||
/* | ||
@@ -23,0 +23,0 @@ { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14631
7
809
5