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

@naturalcycles/cli

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/cli - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

3

dist/bin/tsn.js

@@ -89,4 +89,3 @@ #!/usr/bin/env node

}
const { NODE_OPTIONS } = process.env;
const { platform, arch, versions: { node }, } = process;
const { platform, arch, versions: { node }, env: { NODE_OPTIONS }, } = process;
console.log(dimGrey(`node ${node} ${platform} ${arch}, NODE_OPTIONS: ${NODE_OPTIONS || 'not defined'}`));

@@ -93,0 +92,0 @@ if (!NODE_OPTIONS) {

@@ -46,5 +46,5 @@ {

"engines": {
"node": ">=20.13.0"
"node": ">=22.11.0"
},
"version": "1.7.0",
"version": "1.8.0",
"description": "CLI utils to be installed globally via 'npm i -g'",

@@ -51,0 +51,0 @@ "author": "Natural Cycles Team",

@@ -103,3 +103,2 @@ #!/usr/bin/env node

const { NODE_OPTIONS } = process.env
const {

@@ -109,2 +108,3 @@ platform,

versions: { node },
env: { NODE_OPTIONS },
} = process

@@ -111,0 +111,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