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
87
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.0.0 to 10.1.0

dist/bin-lint/index.d.ts

3

dist/bin.js

@@ -13,2 +13,5 @@ #!/usr/bin/env node

})
.command('lint', 'lint all versions and ranges', {
executableFile: './bin-lint/index.js',
})
.command('lint-semver-ranges', 'check dependency versions comply with the given semver range format', {

@@ -15,0 +18,0 @@ executableFile: './bin-lint-semver-ranges/index.js',

2

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

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

@@ -29,2 +29,7 @@ # syncpack

### [lint](https://jamiemason.github.io/syncpack/lint)
Lint all versions and ranges and exit with 0 or 1 based on whether all files match your Syncpack
configuration file.
### [lint-semver-ranges](https://jamiemason.github.io/syncpack/lint-semver-ranges)

@@ -31,0 +36,0 @@

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