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

command-join

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-join - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

24

package.json
{
"name": "command-join",
"version": "1.0.1",
"version": "1.1.0",
"description": "Escape and join command-line arguments, cross-platform.",
"main": "command-join.js",
"main": "dist/command-join.js",
"files": [
"dist"
],
"scripts": {
"test": "mocha test/*.test.js"
"build": "babel command-join.js --out-dir dist && babel test --out-dir test-es5",
"test": "npm run build && mocha test-es5/*.test.js"
},

@@ -28,8 +32,18 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoping": "^6.15.0",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"chai": "^3.4.1",
"mocha": "^2.3.4"
"mocha": "^3.1.0"
},
"engines": {
"node": ">=4.0.0"
"node": ">=0.10"
},
"dependencies": {
"array-from": "^2.1.1",
"repeat-string": "^1.5.4"
}
}
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