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.0.0 to 1.1.0

92

package.json
{
"name": "proto-props",
"version": "1.0.0",
"description": "List of prototype properties for JavaScript types",
"license": "MIT",
"repository": "sindresorhus/proto-props",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava",
"make": "node make.js"
},
"main": "proto-props.json",
"files": [
"proto-props.json"
],
"keywords": [
"js",
"javascript",
"ecmascript",
"builtin",
"core",
"standard",
"types",
"type",
"data",
"proto",
"prototype",
"props",
"properties",
"property",
"list",
"array",
"json"
],
"devDependencies": {
"all-property-names": "^1.0.0",
"ava": "*",
"js-types": "^1.0.0",
"xo": "*"
}
"name": "proto-props",
"version": "1.1.0",
"description": "List of prototype properties for JavaScript types",
"license": "MIT",
"repository": "sindresorhus/proto-props",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"main": "proto-props.json",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava",
"make": "node make.js"
},
"files": [
"proto-props.json"
],
"keywords": [
"js",
"javascript",
"ecmascript",
"builtin",
"core",
"standard",
"types",
"type",
"data",
"proto",
"prototype",
"props",
"properties",
"property",
"list",
"array",
"json"
],
"devDependencies": {
"all-property-names": "^1.0.0",
"ava": "*",
"js-types": "^1.0.0",
"xo": "*"
}
}

@@ -404,2 +404,3 @@ {

"constructor",
"dotAll",
"exec",

@@ -464,2 +465,4 @@ "flags",

"normalize",
"padEnd",
"padStart",
"propertyIsEnumerable",

@@ -466,0 +469,0 @@ "repeat",

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

```
$ npm install --save proto-props
$ npm install proto-props
```

@@ -31,3 +31,3 @@

'pop',
...
],

@@ -39,3 +39,3 @@ ArrayBuffer: [

],
...
}

@@ -42,0 +42,0 @@ */

Sorry, the diff of this file is not supported yet

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