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 1.1.0 to 2.0.0

10

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

@@ -43,7 +43,7 @@ "license": "MIT",

"devDependencies": {
"all-property-names": "^1.0.0",
"ava": "*",
"js-types": "^1.0.0",
"xo": "*"
"all-keys": "^2.0.0",
"ava": "^1.0.1",
"js-types": "^2.0.0",
"xo": "^0.23.0"
}
}

@@ -12,2 +12,4 @@ {

"findIndex",
"flat",
"flatMap",
"forEach",

@@ -37,3 +39,4 @@ "hasOwnProperty",

"unshift",
"valueOf"
"valueOf",
"values"
],

@@ -51,2 +54,85 @@ "ArrayBuffer": [

],
"BigInt": [
"constructor",
"hasOwnProperty",
"isPrototypeOf",
"propertyIsEnumerable",
"toLocaleString",
"toString",
"valueOf"
],
"BigInt64Array": [
"BYTES_PER_ELEMENT",
"buffer",
"byteLength",
"byteOffset",
"constructor",
"copyWithin",
"entries",
"every",
"fill",
"filter",
"find",
"findIndex",
"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",
"keys",
"lastIndexOf",
"length",
"map",
"propertyIsEnumerable",
"reduce",
"reduceRight",
"reverse",
"set",
"slice",
"some",
"sort",
"subarray",
"toLocaleString",
"toString",
"valueOf",
"values"
],
"BigUint64Array": [
"BYTES_PER_ELEMENT",
"buffer",
"byteLength",
"byteOffset",
"constructor",
"copyWithin",
"entries",
"every",
"fill",
"filter",
"find",
"findIndex",
"forEach",
"hasOwnProperty",
"includes",
"indexOf",
"isPrototypeOf",
"join",
"keys",
"lastIndexOf",
"length",
"map",
"propertyIsEnumerable",
"reduce",
"reduceRight",
"reverse",
"set",
"slice",
"some",
"sort",
"subarray",
"toLocaleString",
"toString",
"valueOf",
"values"
],
"Boolean": [

@@ -66,2 +152,4 @@ "constructor",

"constructor",
"getBigInt64",
"getBigUint64",
"getFloat32",

@@ -78,2 +166,4 @@ "getFloat64",

"propertyIsEnumerable",
"setBigInt64",
"setBigUint64",
"setFloat32",

@@ -398,2 +488,3 @@ "setFloat64",

"constructor",
"finally",
"hasOwnProperty",

@@ -492,4 +583,6 @@ "isPrototypeOf",

"trim",
"trimEnd",
"trimLeft",
"trimRight",
"trimStart",
"valueOf"

@@ -499,2 +592,3 @@ ],

"constructor",
"description",
"hasOwnProperty",

@@ -501,0 +595,0 @@ "isPrototypeOf",

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