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

@naturalcycles/cli

Package Overview
Dependencies
Maintainers
3
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.1.2 to 1.1.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.3](https://github.com/NaturalCycles/cli/compare/v1.1.2...v1.1.3) (2020-04-08)
### Bug Fixes
* argv, try2 ([694b6d8](https://github.com/NaturalCycles/cli/commit/694b6d84c9e272da6097ba4f71ec05b225c8ac88))
## [1.1.2](https://github.com/NaturalCycles/cli/compare/v1.1.1...v1.1.2) (2020-04-08)

@@ -2,0 +9,0 @@

4

dist/bin/tsn.js

@@ -30,2 +30,4 @@ #!/usr/bin/env node

// 'testscript.ts'
const [, , _scriptPath = '', ..._processArgs] = process.argv;
const cwd = process.cwd();
console.log({

@@ -38,4 +40,2 @@ argv1: process.argv,

});
const [, , _scriptPath = '', ..._processArgs] = process.argv;
const cwd = process.cwd();
require('loud-rejection/register');

@@ -42,0 +42,0 @@ require('dotenv/config');

@@ -40,3 +40,3 @@ {

},
"version": "1.1.2",
"version": "1.1.3",
"description": "CLI utils to be installed globally via 'npm i -g'",

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

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