Socket
Socket
Sign inDemoInstall

array-index

Package Overview
Dependencies
2
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.1.0

component.json

44

package.json

@@ -1,21 +0,27 @@

{ "name": "array-index"
, "description": "Invoke getter/setter functions on array-like objects"
, "keywords": [
"index"
, "array"
, "getter"
, "setter"
, "proxy"
]
, "version": "0.0.4"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/array-index.git" }
, "main": "./index.js"
, "scripts": {
"test": "node test"
{
"name": "array-index",
"description": "Invoke getter/setter functions on array-like objects",
"keywords": [
"index",
"array",
"getter",
"setter",
"proxy"
],
"version": "0.1.0",
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/array-index.git"
},
"main": "index.js",
"scripts": {
"test": "node test"
},
"dependencies": {
"debug": "*"
},
"engines": {
"node": "*"
}
, "dependencies": {
"debug": "*"
}
, "engines": { "node": "*" }
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc