Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

proto-props

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proto-props - npm Package Compare versions

Comparing version 0.2.1 to 1.0.0

7

package.json
{
"name": "proto-props",
"version": "0.2.1",
"version": "1.0.0",
"description": "List of prototype properties for JavaScript types",

@@ -13,3 +13,3 @@ "license": "MIT",

"engines": {
"node": ">=0.10.0"
"node": ">=4"
},

@@ -29,2 +29,4 @@ "scripts": {

"builtin",
"core",
"standard",
"types",

@@ -43,2 +45,3 @@ "type",

"devDependencies": {
"all-property-names": "^1.0.0",
"ava": "*",

@@ -45,0 +48,0 @@ "js-types": "^1.0.0",

@@ -13,4 +13,6 @@ {

"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",

@@ -22,2 +24,3 @@ "keys",

"pop",
"propertyIsEnumerable",
"push",

@@ -34,3 +37,4 @@ "reduce",

"toString",
"unshift"
"unshift",
"valueOf"
],

@@ -40,6 +44,16 @@ "ArrayBuffer": [

"constructor",
"slice"
"hasOwnProperty",
"isPrototypeOf",
"propertyIsEnumerable",
"slice",
"toLocaleString",
"toString",
"valueOf"
],
"Boolean": [
"constructor",
"hasOwnProperty",
"isPrototypeOf",
"propertyIsEnumerable",
"toLocaleString",
"toString",

@@ -61,2 +75,5 @@ "valueOf"

"getUint8",
"hasOwnProperty",
"isPrototypeOf",
"propertyIsEnumerable",
"setFloat32",

@@ -69,3 +86,6 @@ "setFloat64",

"setUint32",
"setUint8"
"setUint8",
"toLocaleString",
"toString",
"valueOf"
],

@@ -93,2 +113,5 @@ "Date": [

"getYear",
"hasOwnProperty",
"isPrototypeOf",
"propertyIsEnumerable",
"setDate",

@@ -124,5 +147,10 @@ "setFullYear",

"constructor",
"hasOwnProperty",
"isPrototypeOf",
"message",
"name",
"toString"
"propertyIsEnumerable",
"toLocaleString",
"toString",
"valueOf"
],

@@ -143,4 +171,6 @@ "Float32Array": [

"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",

@@ -151,2 +181,3 @@ "keys",

"map",
"propertyIsEnumerable",
"reduce",

@@ -162,2 +193,3 @@ "reduceRight",

"toString",
"valueOf",
"values"

@@ -179,4 +211,6 @@ ],

"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",

@@ -187,2 +221,3 @@ "keys",

"map",
"propertyIsEnumerable",
"reduce",

@@ -198,2 +233,3 @@ "reduceRight",

"toString",
"valueOf",
"values"

@@ -208,5 +244,10 @@ ],

"constructor",
"hasOwnProperty",
"isPrototypeOf",
"length",
"name",
"toString"
"propertyIsEnumerable",
"toLocaleString",
"toString",
"valueOf"
],

@@ -227,4 +268,6 @@ "Int16Array": [

"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",

@@ -235,2 +278,3 @@ "keys",

"map",
"propertyIsEnumerable",
"reduce",

@@ -246,2 +290,3 @@ "reduceRight",

"toString",
"valueOf",
"values"

@@ -263,4 +308,6 @@ ],

"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",

@@ -271,2 +318,3 @@ "keys",

"map",
"propertyIsEnumerable",
"reduce",

@@ -282,2 +330,3 @@ "reduceRight",

"toString",
"valueOf",
"values"

@@ -299,4 +348,6 @@ ],

"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",

@@ -307,2 +358,3 @@ "keys",

"map",
"propertyIsEnumerable",
"reduce",

@@ -318,2 +370,3 @@ "reduceRight",

"toString",
"valueOf",
"values"

@@ -329,5 +382,11 @@ ],

"has",
"hasOwnProperty",
"isPrototypeOf",
"keys",
"propertyIsEnumerable",
"set",
"size",
"toLocaleString",
"toString",
"valueOf",
"values"

@@ -337,2 +396,5 @@ ],

"constructor",
"hasOwnProperty",
"isPrototypeOf",
"propertyIsEnumerable",
"toExponential",

@@ -346,7 +408,2 @@ "toFixed",

"Object": [
"__defineGetter__",
"__defineSetter__",
"__lookupGetter__",
"__lookupSetter__",
"__proto__",
"constructor",

@@ -362,5 +419,10 @@ "hasOwnProperty",

"catch",
"chain",
"constructor",
"then"
"hasOwnProperty",
"isPrototypeOf",
"propertyIsEnumerable",
"then",
"toLocaleString",
"toString",
"valueOf"
],

@@ -371,9 +433,16 @@ "RegExp": [

"exec",
"flags",
"global",
"hasOwnProperty",
"ignoreCase",
"lastIndex",
"isPrototypeOf",
"multiline",
"propertyIsEnumerable",
"source",
"sticky",
"test",
"toString"
"toLocaleString",
"toString",
"unicode",
"valueOf"
],

@@ -388,4 +457,10 @@ "Set": [

"has",
"hasOwnProperty",
"isPrototypeOf",
"keys",
"propertyIsEnumerable",
"size",
"toLocaleString",
"toString",
"valueOf",
"values"

@@ -407,4 +482,6 @@ ],

"fontsize",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"italics",

@@ -417,2 +494,3 @@ "lastIndexOf",

"normalize",
"propertyIsEnumerable",
"repeat",

@@ -431,2 +509,3 @@ "replace",

"toLocaleLowerCase",
"toLocaleString",
"toLocaleUpperCase",

@@ -443,2 +522,6 @@ "toLowerCase",

"constructor",
"hasOwnProperty",
"isPrototypeOf",
"propertyIsEnumerable",
"toLocaleString",
"toString",

@@ -461,4 +544,6 @@ "valueOf"

"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",

@@ -469,2 +554,3 @@ "keys",

"map",
"propertyIsEnumerable",
"reduce",

@@ -480,2 +566,3 @@ "reduceRight",

"toString",
"valueOf",
"values"

@@ -497,4 +584,6 @@ ],

"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",

@@ -505,2 +594,3 @@ "keys",

"map",
"propertyIsEnumerable",
"reduce",

@@ -516,2 +606,3 @@ "reduceRight",

"toString",
"valueOf",
"values"

@@ -533,4 +624,6 @@ ],

"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",

@@ -541,2 +634,3 @@ "keys",

"map",
"propertyIsEnumerable",
"reduce",

@@ -552,2 +646,3 @@ "reduceRight",

"toString",
"valueOf",
"values"

@@ -569,4 +664,6 @@ ],

"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",

@@ -577,2 +674,3 @@ "keys",

"map",
"propertyIsEnumerable",
"reduce",

@@ -588,2 +686,3 @@ "reduceRight",

"toString",
"valueOf",
"values"

@@ -596,3 +695,9 @@ ],

"has",
"set"
"hasOwnProperty",
"isPrototypeOf",
"propertyIsEnumerable",
"set",
"toLocaleString",
"toString",
"valueOf"
],

@@ -603,4 +708,10 @@ "WeakSet": [

"delete",
"has"
"has",
"hasOwnProperty",
"isPrototypeOf",
"propertyIsEnumerable",
"toLocaleString",
"toString",
"valueOf"
]
}
}

@@ -54,2 +54,2 @@ # proto-props [![Build Status](https://travis-ci.org/sindresorhus/proto-props.svg?branch=master)](https://travis-ci.org/sindresorhus/proto-props)

MIT © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](https://sindresorhus.com)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc