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

corsica-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corsica-cli - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

state.example.json

2

package.json
{
"name": "corsica-cli",
"version": "1.1.2",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,2 +10,4 @@ const fs = require('fs-extra');

const initialState = require('./state.example.json');
module.exports = async function setup () {

@@ -43,2 +45,6 @@

console.log(styles.info('Writing initial state...\n'));
await fs.writeFile(path.join(installPath, 'state.json'), JSON.stringify(initialState, null, 2));
}
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