Socket
Socket
Sign inDemoInstall

array-to-sentence

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-to-sentence - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

index.jsnext.js

18

package.json
{
"name": "array-to-sentence",
"version": "1.0.4",
"version": "1.1.0",
"description": "Join all elements of an array and create a human-readable string",
"repository": "shinnn/array-to-sentence",
"scripts": {
"pretest": "eslint --config @shinnn browser.js index.js test.js",
"pretest": "eslint --fix --config @shinnn --ignore-path .gitignore .",
"test": "node --strong_mode --throw-deprecation --track-heap-objects test.js",

@@ -12,4 +12,6 @@ "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"

"license": "MIT",
"jsnext:main": "index.jsnext.js",
"files": [
"index.js"
"index.js",
"index.jsnext.js"
],

@@ -31,7 +33,9 @@ "keywords": [

"devDependencies": {
"@shinnn/eslint-config": "^1.2.0",
"eslint": "^1.7.3",
"istanbul": "^0.4.0",
"tape": "^4.2.2"
"@shinnn/eslint-config": "^2.3.0",
"eslint": "^2.12.0",
"istanbul": "^0.4.3",
"require-from-string": "^1.2.0",
"rollup": "^0.31.2",
"tape": "^4.5.1"
}
}
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