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.0 to 1.1.1

7

CHANGELOG.md

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

## [1.1.1](https://github.com/NaturalCycles/cli/compare/v1.1.0...v1.1.1) (2020-04-08)
### Bug Fixes
* script/tsconfig.json auto-copying path ([9726498](https://github.com/NaturalCycles/cli/commit/9726498419d1b88b1bfd67be93252d12ff3f3ea2))
# [1.1.0](https://github.com/NaturalCycles/cli/compare/v1.0.5...v1.1.0) (2020-04-04)

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

2

dist/bin/tsn.js

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

const tsnode = require("ts-node");
exports.projectDir = path.join(__dirname, '..');
exports.projectDir = path.join(__dirname, '../..');
exports.cfgDir = `${exports.projectDir}/cfg`;

@@ -14,0 +14,0 @@ main().catch(err => {

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

},
"version": "1.1.0",
"version": "1.1.1",
"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