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.8.1 to 0.8.2

3

lib/ops/neon_new.js

@@ -104,2 +104,5 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
let warning = "WARN: `neon new` is deprecated. To create a new project use `npm init neon my-project`.";
let banner = "".padStart(warning.length + 4, "#");
console.warn(`${banner}\n# ${warning} #\n${banner}\n`);
let its = validateName(name);

@@ -106,0 +109,0 @@ if (!its.validForNewPackages) {

2

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

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

@@ -102,2 +102,7 @@ import { mkdirSync, writeFileSync, promises as fsPromises } from 'fs';

export default async function wizard(pwd: string, name: string, neon: string | null, features: string | null, noDefaultFeatures: boolean) {
let warning = "WARN: `neon new` is deprecated. To create a new project use `npm init neon my-project`.";
let banner = "".padStart(warning.length + 4, "#");
console.warn(`${banner}\n# ${warning} #\n${banner}\n`);
let its = validateName(name);

@@ -104,0 +109,0 @@ if (!its.validForNewPackages) {

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