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

cracks

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cracks - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

dist/index.js

@@ -26,2 +26,3 @@ 'use strict';

opts.paths = opts.paths || ['tests', 'package.json'];
if (opts.type === 'major') return callback(null, true);
_child_process.exec('git fetch --tags', function (error, stdout, stderr) {

@@ -28,0 +29,0 @@ if (error) return callback('could not fetch tags');

@@ -11,2 +11,3 @@ import {exec, spawn} from 'child_process'

opts.paths = opts.paths || ['tests', 'package.json']
if (opts.type === 'major') return callback(null, true)
exec('git fetch --tags', (error, stdout, stderr) => {

@@ -13,0 +14,0 @@ if (error) return callback('could not fetch tags')

2

package.json
{
"name": "cracks",
"version": "2.0.0",
"version": "2.0.1",
"description": "breaking change detection",

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

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