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

instant-cli

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instant-cli - npm Package Compare versions

Comparing version 0.17.7 to 0.17.8

.turbo/turbo-build.log

2

bin/index.js
#!/usr/bin/env node
import "../index.js";
import "../dist/index.js";
{
"name": "instant-cli",
"type": "module",
"version": "v0.17.7",
"version": "v0.17.8",
"description": "Instant's CLI",
"scripts": {
"publish-package": "npm publish --access public"
},
"bin": {

@@ -13,4 +10,4 @@ "instant-cli": "bin/index.js"

"dependencies": {
"@inquirer/core": "9.0.10",
"@inquirer/prompts": "5.3.8",
"@inquirer/core": "9.0.10",
"ansi-escapes": "4.3.2",

@@ -30,5 +27,17 @@ "chalk": "^5.3.0",

},
"scripts": {
"test": "vitest",
"build": "rm -rf dist; tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json -w --skipLibCheck",
"publish-package": "npm publish --access public"
},
"devDependencies": {
"@types/json-diff": "^1.0.3"
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@inquirer/type": "^3.0.2",
"@types/json-diff": "^1.0.3",
"@types/node": "^22.6.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.4"
}
}
// Autogenerated by publish_packages.clj
const version = "v0.17.7";
const version = "v0.17.8";
export default version;
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