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 5.0.0 to 6.0.0

29

package.json
{
"name": "array-back",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "5.0.0",
"version": "6.0.0",
"description": "Guarantees an array back",
"repository": "https://github.com/75lb/array-back.git",
"license": "MIT",
"main": "dist/index.js",
"main": "index.mjs",
"module": "index.mjs",

@@ -18,31 +18,22 @@ "keywords": [

"engines": {
"node": ">=10"
"node": ">=14"
},
"files": [
"index.mjs",
"dist/index.js"
"index.mjs"
],
"scripts": {
"test": "npm run dist && npm run test:esm && npm run test:web",
"test:esm": "esm-runner test.mjs",
"test": "npm run test:esm && npm run test:web",
"test:esm": "test-runner test.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": {
"@test-runner/web": "^0.3.5",
"c8": "^7.3.0",
"c8": "^7.7.1",
"coveralls": "^3.1.0",
"esm-runner": "^0.3.4",
"isomorphic-assert": "^0.1.1",
"jsdoc-to-markdown": "^6.0.1",
"rollup": "^2.26.8"
},
"standard": {
"ignore": [
"dist"
]
"isomorphic-assert": "^0.2.0",
"jsdoc-to-markdown": "^7.0.1",
"test-runner": "^0.8.14"
}
}

@@ -19,3 +19,3 @@ [![view on npm](https://badgen.net/npm/v/array-back)](https://www.npmjs.org/package/array-back)

**Example**
**Example**
```js

@@ -46,3 +46,3 @@ > const arrayify = require('array-back')

### arrayify(input) ⇒ <code>Array</code> ⏏
**Kind**: Exported function
**Kind**: Exported function

@@ -76,10 +76,4 @@ | Param | Type | Description |

Old browser (adds `window.arrayBack`):
```html
<script nomodule src="./node_modules/array-back/dist/index.js"></script>
```
* * *
&copy; 2015-20 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).
&copy; 2015-21 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).

Sorry, the diff of this file is not supported yet

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