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 1.0.1 to 1.0.2

8

CHANGELOG.md

@@ -0,1 +1,5 @@

<a name="1.0.2"></a>
## [1.0.2](https://github.com/JamieMason/syncpack/compare/1.0.1...1.0.2) (2018-02-02)
<a name="1.0.1"></a>

@@ -5,2 +9,6 @@

### Bug Fixes
* **core:** correct paths to binaries ([5682cd6](https://github.com/JamieMason/syncpack/commit/5682cd6))
<a name="1.0.0"></a>

@@ -7,0 +15,0 @@

10

package.json
{
"name": "syncpack",
"description": "Normalise differences in packages/*/package.json files in Lerna Monorepos",
"version": "1.0.1",
"version": "1.0.2",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
"syncpack-fix-mismatches": "dist/bin-fix-mismatches.js",
"syncpack-list-mismatches": "dist/bin-list-mismatches.js",
"syncpack-list": "dist/bin-list.js"
"syncpack": "dist/src/bin.js",
"syncpack-fix-mismatches": "dist/src/bin-fix-mismatches.js",
"syncpack-list-mismatches": "dist/src/bin-list-mismatches.js",
"syncpack-list": "dist/src/bin-list.js"
},

@@ -12,0 +12,0 @@ "bugs": "https://github.com/JamieMason/syncpack/issues",

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