Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

objectarray

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

objectarray - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

index.js

43

package.json
{
"name": "objectarray",
"description": "JS Array version for objects colletions... oa.add({id:'1',...});oa.get('id');oa.move('id','...');oa.position('id');",
"version": "0.1.0",
"description": "JS Array version for objects colletions",
"version": "0.2.0",
"author": {

@@ -9,2 +9,9 @@ "name": "Bifuer",

},
"contributors": [
{
"name": "Chelo Quilón Gomez",
"email": "cheloq@gmail.com"
}
],
"homepage": "https://github.com/bifuer/objectarray",
"repository": {

@@ -14,7 +21,31 @@ "type": "git",

},
"main": "./objectarray.js",
"scripts": {},
"bugs": {
"url": "https://github.com/bifuer/objectarray/issues",
"email" : "cheloq@gmail.com"
},
"keywords": [
"objects",
"array",
"order",
"dynamic structures",
"ordering objects"
],
"dependencies": {
},
"readmeFilename": "readme.md"
}
"devDependencies": {
"mocha": "*",
"unit.js": "*"
},
"main": "./index.js",
"scripts":{
"test": "mocha test/"
},
"preferGlobal": false,
"files": [
"LICENSE",
"README.md",
"index.js"
],
"readmeFilename": "README.md",
"license": "MIT"
}
objectarray.js
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