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

neon-cli

Package Overview
Dependencies
Maintainers
2
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.3.2 to 0.3.3

2

lib/project.js

@@ -68,3 +68,3 @@ "use strict";

_a = options.crate, crate = _a === void 0 ? 'native' : _a;
return [4 /*yield*/, child_process_1.execFile("cargo", ["metadata", "--format-version=1"], {
return [4 /*yield*/, child_process_1.execFile("cargo", ["metadata", "--format-version=1", "--no-deps"], {
cwd: path.join(root, crate)

@@ -71,0 +71,0 @@ })];

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

@@ -5,0 +5,0 @@ "author": "Dave Herman <david.herman@gmail.com>",

@@ -29,3 +29,3 @@ import * as path from 'path';

let { crate = 'native' } = options;
const { stdout } = await execFile("cargo", ["metadata", "--format-version=1"], {
const { stdout } = await execFile("cargo", ["metadata", "--format-version=1", "--no-deps"], {
cwd: path.join(root, crate)

@@ -32,0 +32,0 @@ });

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