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

syncpack

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syncpack - npm Package Compare versions

Comparing version 10.1.0 to 10.2.0

5

dist/bin-lint/lint-cli.js

@@ -5,8 +5,9 @@ "use strict";

const pipe_1 = require("tightrope/fn/pipe");
const lint_semver_ranges_1 = require("../bin-lint-semver-ranges/lint-semver-ranges");
const list_mismatches_1 = require("../bin-list-mismatches/list-mismatches");
const get_context_1 = require("../get-context");
const exit_if_invalid_1 = require("../lib/exit-if-invalid");
const lint_1 = require("./lint");
function lintCli(input, disk) {
(0, pipe_1.pipe)((0, get_context_1.getContext)(input, disk), lint_1.lint, exit_if_invalid_1.exitIfInvalid);
(0, pipe_1.pipe)((0, get_context_1.getContext)(input, disk), list_mismatches_1.listMismatches, lint_semver_ranges_1.lintSemverRanges, exit_if_invalid_1.exitIfInvalid);
}
exports.lintCli = lintCli;

2

package.json
{
"name": "syncpack",
"description": "Consistent dependency versions in large JavaScript Monorepos",
"version": "10.1.0",
"version": "10.2.0",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",

@@ -6,0 +6,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