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

croc

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croc - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

9

bin/croc-cli.js

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

' croc deps [--lenient --json] \n'+
' croc ( link [--lenient] | install | test | build | publish ) \n'+
' croc link [--lenient] \n'+
' croc install \n'+
' croc test \n'+
' croc build \n'+
' croc publish \n'+
' croc exec CMD \n'+
' \n'+

@@ -90,2 +95,4 @@ 'Options: \n'+

exec.exec('npm show %PKG_NAME% versions --json | grep -q \\"%PKG_VERSION%\\" || npm publish');
} else if (args.exec) {
exec.exec(args.CMD);
}

2

package.json
{
"name": "croc",
"version": "0.0.10",
"version": "0.0.11",
"description": "monolithic repository manager",

@@ -5,0 +5,0 @@ "bin": {

@@ -18,12 +18,17 @@ # croc

```
Usage:
croc ls [--json]
croc deps [--lenient --json]
croc ( link [--lenient] | install | test | build | publish )
Options:
-h --help Show this screen.
--version Show version.
--json Show information in JSON format.
--lenient Ignore that project dependency doesn't satisfies version (semver)
Usage:
croc ls [--json]
croc deps [--lenient --json]
croc link [--lenient]
croc install
croc test
croc build
croc publish
croc exec CMD
Options:
-h --help Show this screen.
--version Show version.
--json Show information in JSON format.
--lenient Ignore that project dependency doesnt satisfies version (semver)
```
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