array-back
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7225