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

index.d.ts

21

package.json
{
"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 @@ {

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