Comparing version 1.2.0 to 1.3.0
{ | ||
"Array": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"from", | ||
@@ -10,23 +14,38 @@ "isArray", | ||
"of", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"ArrayBuffer": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"isView", | ||
"length", | ||
"name", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"BigInt": [ | ||
"apply", | ||
"arguments", | ||
"asIntN", | ||
"asUintN", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
"name", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"BigInt64Array": [ | ||
"BYTES_PER_ELEMENT", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
@@ -36,24 +55,40 @@ ], | ||
"BYTES_PER_ELEMENT", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
], | ||
"Boolean": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
"name", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"DataView": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
"name", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"Date": [ | ||
"UTC", | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
@@ -63,19 +98,25 @@ "name", | ||
"parse", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"Error": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"captureStackTrace", | ||
"constructor", | ||
"length", | ||
"name", | ||
"prototype", | ||
"stackTraceLimit" | ||
"stackTraceLimit", | ||
"toString" | ||
], | ||
"Float32Array": [ | ||
"BYTES_PER_ELEMENT", | ||
"arguments", | ||
"caller", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
@@ -85,21 +126,26 @@ ], | ||
"BYTES_PER_ELEMENT", | ||
"arguments", | ||
"caller", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
], | ||
"Function": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
"name", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"Int16Array": [ | ||
"BYTES_PER_ELEMENT", | ||
"arguments", | ||
"caller", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
@@ -109,6 +155,6 @@ ], | ||
"BYTES_PER_ELEMENT", | ||
"arguments", | ||
"caller", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
@@ -118,14 +164,19 @@ ], | ||
"BYTES_PER_ELEMENT", | ||
"arguments", | ||
"caller", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
], | ||
"Map": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
"name", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
@@ -141,4 +192,8 @@ "Number": [ | ||
"POSITIVE_INFINITY", | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"isFinite", | ||
@@ -152,8 +207,13 @@ "isInteger", | ||
"parseInt", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"Object": [ | ||
"apply", | ||
"arguments", | ||
"assign", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"create", | ||
@@ -181,2 +241,3 @@ "defineProperties", | ||
"setPrototypeOf", | ||
"toString", | ||
"values" | ||
@@ -186,2 +247,9 @@ ], | ||
"all", | ||
"allSettled", | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
@@ -192,3 +260,4 @@ "name", | ||
"reject", | ||
"resolve" | ||
"resolve", | ||
"toString" | ||
], | ||
@@ -210,4 +279,8 @@ "RegExp": [ | ||
"$`", | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"input", | ||
@@ -220,19 +293,36 @@ "lastMatch", | ||
"prototype", | ||
"rightContext" | ||
"rightContext", | ||
"toString" | ||
], | ||
"Set": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
"name", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"SharedArrayBuffer": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
"name", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"String": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"fromCharCode", | ||
@@ -243,8 +333,13 @@ "fromCodePoint", | ||
"prototype", | ||
"raw" | ||
"raw", | ||
"toString" | ||
], | ||
"Symbol": [ | ||
"apply", | ||
"arguments", | ||
"asyncIterator", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"for", | ||
@@ -265,2 +360,3 @@ "hasInstance", | ||
"toPrimitive", | ||
"toString", | ||
"toStringTag", | ||
@@ -271,6 +367,6 @@ "unscopables" | ||
"BYTES_PER_ELEMENT", | ||
"arguments", | ||
"caller", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
@@ -280,6 +376,6 @@ ], | ||
"BYTES_PER_ELEMENT", | ||
"arguments", | ||
"caller", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
@@ -289,6 +385,6 @@ ], | ||
"BYTES_PER_ELEMENT", | ||
"arguments", | ||
"caller", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
@@ -298,22 +394,32 @@ ], | ||
"BYTES_PER_ELEMENT", | ||
"arguments", | ||
"caller", | ||
"from", | ||
"length", | ||
"name", | ||
"of", | ||
"prototype" | ||
], | ||
"WeakMap": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
"name", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
], | ||
"WeakSet": [ | ||
"apply", | ||
"arguments", | ||
"bind", | ||
"call", | ||
"caller", | ||
"constructor", | ||
"length", | ||
"name", | ||
"prototype" | ||
"prototype", | ||
"toString" | ||
] | ||
} |
{ | ||
"name": "obj-props", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "List of properties for JavaScript objects", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
8030
405