Socket
Socket
Sign inDemoInstall

neon-cli

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neon-cli - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

dist/neon-cli/artifacts.d.ts

2

bin/cli.js
#!/usr/bin/env node
var CLI = require('../lib/cli.js').default;
var CLI = require('../dist/neon-cli/cli.js').default;
var cli = new CLI(process.argv, process.cwd());

@@ -5,0 +5,0 @@ cli.exec()

{
"name": "neon-cli",
"version": "0.1.15",
"version": "0.1.16",
"description": "Build and load native Rust/Neon modules.",

@@ -10,3 +10,4 @@ "author": "Dave Herman <dherman@mozilla.com>",

},
"main": "lib/index.js",
"main": "dist/neon-cli/index.js",
"types": "dist/neon-cli/index.d.ts",
"bin": {

@@ -21,10 +22,11 @@ "neon": "./bin/cli.js"

"command-line-usage": "^4.0.0",
"fs-extra": "^0.26.3",
"git-config": "0.0.7",
"handlebars": "^4.0.3",
"in-publish": "^2.0.0",
"inquirer": "^0.11.0",
"inquirer": "^3.0.6",
"mkdirp": "^0.5.1",
"quickly-copy-file": "^1.0.0",
"rimraf": "^2.6.1",
"rsvp": "^3.1.0",
"semver": "^5.1.0",
"shallow-copy": "0.0.1",
"toml": "^2.3.0",

@@ -35,14 +37,27 @@ "validate-npm-package-license": "^3.0.1",

"devDependencies": {
"babel-cli": "^6.3.17",
"babel-preset-es2015-node4": "^2.0.2",
"babel-preset-stage-3": "^6.3.13",
"babel-register": "^6.3.13",
"@types/chai": "^3.5.2",
"@types/chalk": "^0.4.31",
"@types/es6-promise": "0.0.32",
"@types/handlebars": "^4.0.32",
"@types/inquirer": "0.0.33",
"@types/mkdirp": "^0.3.29",
"@types/mocha": "^2.2.41",
"@types/nexpect": "^0.4.29",
"@types/node": "^7.0.13",
"@types/rimraf": "0.0.28",
"@types/rsvp": "^3.3.0",
"@types/semver": "^5.3.31",
"@types/tmp": "0.0.32",
"chai": "^3.4.1",
"mocha": "^2.3.4",
"nexpect": "^0.5.0",
"tmp": "0.0.28"
"tmp": "0.0.28",
"ts-dict": "^0.1.1",
"ts-node": "^3.0.2",
"ts-typed-json": "^0.2.2",
"typescript": "^2.2.2"
},
"scripts": {
"test": "npm run transpile && mocha",
"transpile": "rm -rf lib && babel src -qd lib",
"test": "npm run transpile && mocha dist/neon-cli-test/acceptance",
"transpile": "tsc",
"prepublish": "in-install || npm run transpile"

@@ -49,0 +64,0 @@ },

@@ -0,1 +1,5 @@

# Version 0.1.16
* CLI bugfix (#56).
# Version 0.1.15

@@ -2,0 +6,0 @@

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