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

@naturalcycles/cli

Package Overview
Dependencies
Maintainers
2
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.4.0 to 1.4.1

4

dist/bin/tsn.js

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

Object.defineProperty(exports, "__esModule", { value: true });
const fs = require("fs");
const path = require("path");
const fs = require("node:fs");
const path = require("node:path");
const c = require("chalk");

@@ -11,0 +11,0 @@ const projectDir = path.join(__dirname, '../..');

@@ -15,8 +15,7 @@ {

"ts-node": "^10.0.0",
"typescript": "^4.0.2"
"typescript": "^5.0.2"
},
"devDependencies": {
"@naturalcycles/dev-lib": "^12.1.2",
"@types/node": "^17.0.13",
"jest": "^27.0.6"
"@naturalcycles/dev-lib": "^13.4.0",
"@types/node": "^18.7.14"
},

@@ -44,5 +43,5 @@ "files": [

"engines": {
"node": ">=14.15.0"
"node": ">=18.12.0"
},
"version": "1.4.0",
"version": "1.4.1",
"description": "CLI utils to be installed globally via 'npm i -g'",

@@ -49,0 +48,0 @@ "author": "Natural Cycles Team",

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

import * as fs from 'fs'
import * as path from 'path'
import * as fs from 'node:fs'
import * as path from 'node:path'
import type * as nodejsLib from '@naturalcycles/nodejs-lib/dist/fs'

@@ -11,0 +11,0 @@ import * as c from 'chalk'

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