objectarray
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"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" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
10847
4
0
1
1
1
124
2
75
1