New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

spacecraft-app-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spacecraft-app-cli - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

bin/spacecraft-cli.js

9

package.json
{
"name": "spacecraft-app-cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple CLI Project to solve the Spacecraft problem with typescript",
"main": "dist/main.js",
"main": "bin/spacecraft-cli.js",
"author": "Lucas Pimenta",

@@ -41,3 +41,6 @@ "license": "MIT",

"test": "jest --no-cache",
"lint": "prettier --write '{src,tests}/**/*.{ts,tsx}' && eslint '{src,tests}/**/*.{ts,tsx}' --quiet --fix"
"lint": "prettier --write '{src,tests}/**/*.{ts,tsx}' && eslint '{src,tests}/**/*.{ts,tsx}' --quiet --fix",
"preversion": "yarn lint",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},

@@ -44,0 +47,0 @@ "dependencies": {

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