Socket
Socket
Sign inDemoInstall

array-back

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-back - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

dist/index.js

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = global || self, global.arrayBack = factory());
}(this, function () { 'use strict';
}(this, (function () { 'use strict';

@@ -66,3 +66,3 @@ /**

return [ input ]
return [input]
}

@@ -72,2 +72,2 @@

}));
})));
{
"name": "array-back",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "4.0.0",
"version": "4.0.1",
"description": "Guarantees an array back",

@@ -9,2 +9,3 @@ "repository": "https://github.com/75lb/array-back.git",

"main": "dist/index.js",
"module": "index.mjs",
"keywords": [

@@ -25,26 +26,24 @@ "to",

"scripts": {
"test": "npm run test:esm && npm run test:js",
"test": "npm run dist && npm run test:esm && npm run test:web",
"test:esm": "esm-runner test.mjs",
"test:js": "npm run dist:test && test-runner dist/test.js",
"docs": "jsdoc2md -t README.hbs index.mjs -c build/jsdoc.conf > README.md; echo",
"cover": "nyc test-runner test.js && nyc report --reporter=text-lcov | coveralls",
"dist": "rollup -c build/index.config.js",
"dist:test": "rollup -c build/test.config.js",
"lint": "standard **/*.mjs"
"test:web": "web-runner test.mjs",
"docs": "jsdoc2md -t README.hbs index.mjs -c jsdoc.conf > README.md",
"dist": "rollup -f umd -n arrayBack -o dist/index.js index.mjs",
"cover": "c8 npm run test:esm && c8 report --reporter=text-lcov | coveralls"
},
"dependencies": {},
"devDependencies": {
"coveralls": "^3.0.6",
"esm-runner": "^0.1.4",
"jsdoc-to-markdown": "^5.0.0",
"rollup": "^1.20.3",
"test-object-model": "^0.4.4",
"test-runner": "^0.6.0"
"@test-runner/web": "^0.2.1",
"c8": "^6.0.1",
"coveralls": "^3.0.7",
"esm-runner": "^0.2.0",
"isomorphic-assert": "^0.1.1",
"jsdoc-to-markdown": "^5.0.2",
"rollup": "^1.26.5"
},
"standard": {
"ignore": [
"dist",
"build"
"dist"
]
}
}

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