Socket
Socket
Sign inDemoInstall

ensure-array

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ensure-array - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

9

package.json

@@ -5,3 +5,3 @@ {

"description": "Ensure that an object is an array. Moves error checking out of your code.",
"version": "0.0.2",
"version": "0.0.3",
"repository": { "type": "git", "url": "http://github.com/jeffbski/ensure-array.git" },

@@ -11,11 +11,12 @@ "bugs" : { "url": "http://github.com/jeffbski/ensure-array/issues" },

"engines": {
"node": "~0.4.12"
"node": "*"
},
"dependencies": {},
"devDependencies": {
"tap": "~0.0.12"
"tap": "~0.1.0",
"tapr": "~0.1.0"
},
"scripts": {
"test" : "tap ./test"
"test" : "node_modules/.bin/tapr ./test"
}
}

@@ -73,3 +73,3 @@ # ensure-array

- 2011-11-07 - No known issues
- 2011-12-01 - 0.0.3 - Updated to support any version of Node.js

@@ -76,0 +76,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