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 6.2.0 to 6.2.1

index.js

20

package.json
{
"name": "array-back",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "6.2.0",
"version": "6.2.1",
"description": "Guarantees an array back",

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

"exports": {
"import": "./index.mjs",
"import": "./index.js",
"require": "./dist/index.cjs"
},
"type": "module",
"keywords": [

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

"files": [
"index.mjs",
"index.js",
"dist"

@@ -30,6 +31,5 @@ ],

"test": "npm run dist && npm run test:node",
"test:node": "test-runner test.mjs",
"test:web": "web-runner test.mjs",
"docs": "jsdoc2md -t README.hbs index.mjs -c jsdoc.conf > README.md",
"cover": "c8 npm run test:node && c8 report --reporter=text-lcov | coveralls",
"test:node": "test-runner test.js",
"test:web": "web-runner test.js",
"docs": "jsdoc2md -t README.hbs index.js > README.md",
"dist": "rollup -c"

@@ -39,7 +39,7 @@ },

"isomorphic-assert": "^1.0.0",
"jsdoc-to-markdown": "^7.0.1",
"rollup": "^2.53.3",
"jsdoc-to-markdown": "^7.1.0",
"rollup": "^2.64.0",
"test-object-model": "^0.7.1",
"test-runner": "^0.8.14"
"test-runner": "^0.10.0"
}
}

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

```js
import arrayify from './node_modules/array-back/index.mjs'
import arrayify from './node_modules/array-back/index.js'
```

@@ -77,4 +77,4 @@

&copy; 2015-21 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
&copy; 2015-22 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
Isomorphic test suite by [test-runner](https://github.com/test-runner-js/test-runner) and [web-runner](https://github.com/test-runner-js/web-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/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