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

croc

Package Overview
Dependencies
Maintainers
2
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.15 to 0.0.16

3

bin/croc-cli.js

@@ -9,3 +9,2 @@ #!/usr/bin/env node

' croc test \n' +
' croc build \n' +
' croc publish \n' +

@@ -66,4 +65,2 @@ ' croc [-cp] exec CMD [<package>...] \n' +

exec.pexec(pkgs, 'npm test')
} else if (args.build) {
exec.pexec(pkgs, 'npm run build')
} else if (args.install) {

@@ -70,0 +67,0 @@ exec.pexec(pkgs, 'npm install')

2

package.json
{
"name": "croc",
"version": "0.0.15",
"version": "0.0.16",
"description": "monolithic repository manager",

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

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