Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0.0 to 6.0.1

16

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

@@ -24,16 +24,16 @@ "to",

"scripts": {
"test": "npm run test:esm && npm run test:web",
"test:esm": "test-runner test.mjs",
"test": "npm run test:node && npm run test:web",
"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:esm && c8 report --reporter=text-lcov | coveralls"
"cover": "c8 npm run test:node && c8 report --reporter=text-lcov | coveralls"
},
"devDependencies": {
"@test-runner/web": "^0.3.5",
"c8": "^7.7.1",
"c8": "^7.7.2",
"coveralls": "^3.1.0",
"isomorphic-assert": "^0.2.0",
"jsdoc-to-markdown": "^7.0.1",
"test-runner": "^0.8.14"
"test-runner": "^0.9.2"
}
}

@@ -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

@@ -49,0 +49,0 @@ | Param | Type | Description |

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