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.19 to 0.1.20

0

dist/neon-cli/artifacts.d.ts

@@ -0,0 +0,0 @@ import BuildSettings from './build-settings';

@@ -0,0 +0,0 @@ "use strict";

/// <reference types="node" />
import * as child from 'child_process';
export declare function spawn(command: string, args?: string[], options?: child.SpawnOptions): Promise<number>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

import gitconfig = require('git-config');
declare let gc: () => Promise<gitconfig.Dict>;
export default gc;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as rust from './rust';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class CLI {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Artifacts from './artifacts';

@@ -0,0 +0,0 @@ "use strict";

export default function (): void;

@@ -0,0 +0,0 @@ "use strict";

export declare type Logger = (msg: string) => void;
export declare function setup(newLogger: Logger): void;
export default function log(msg: string): void;

@@ -0,0 +0,0 @@ "use strict";

import * as rust from '../rust';
export default function neon_build(root: string, toolchain: rust.Toolchain, release: boolean, abi: string): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

export default function neon_clean(root: string): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

export default function wizard(pwd: string, name: string): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Crate from './crate';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="chalk" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as rust from './rust';

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "neon-cli",
"version": "0.1.19",
"version": "0.1.20",
"description": "Build and load native Rust/Neon modules.",

@@ -5,0 +5,0 @@ "author": "Dave Herman <dherman@mozilla.com>",

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

# Version 0.1.20
* Task API (neon-bindings/neon#214).
# Version 0.1.19

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

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