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 4.4.1 to 4.4.2

10

CHANGELOG.md

@@ -0,1 +1,8 @@

## [4.4.2](https://github.com/JamieMason/syncpack/compare/4.4.1...4.4.2) (2019-05-06)
### Bug Fixes
- **filter:** --filter is a string, not a boolean
([5587f2b](https://github.com/JamieMason/syncpack/commit/5587f2b))
## [4.4.1](https://github.com/JamieMason/syncpack/compare/4.3.1...4.4.1) (2019-04-29)

@@ -6,3 +13,4 @@

- **options:** add dependency filter regex
([9df5684](https://github.com/JamieMason/syncpack/commit/9df5684))
([bfb1f1d](https://github.com/JamieMason/syncpack/commit/bfb1f1d)), closes
[#18](https://github.com/JamieMason/syncpack/issues/18)

@@ -9,0 +17,0 @@ ## [4.3.1](https://github.com/JamieMason/syncpack/compare/4.0.1...4.3.1) (2019-02-03)

2

dist/constants.js

@@ -91,3 +91,3 @@ "use strict";

description: 'regex for depdendency filter',
spec: '-f, --filter'
spec: '-f, --filter [pattern]'
};

@@ -94,0 +94,0 @@ exports.OPTION_INDENT = {

{
"name": "syncpack",
"description": "Manage multiple package.json files, such as in Lerna Monorepos",
"version": "4.4.1",
"version": "4.4.2",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",

@@ -30,3 +30,3 @@ "bin": {

"@types/chalk": "2.2.0",
"@types/fs-extra": "5.0.5",
"@types/fs-extra": "5.1.0",
"@types/globby": "9.1.0",

@@ -36,6 +36,6 @@ "@types/jest": "24.0.12",

"@types/mock-fs": "3.6.30",
"@types/node": "11.13.8",
"@types/node": "12.0.0",
"@types/semver": "6.0.0",
"expect-more-jest": "2.4.1",
"jest": "24.7.1",
"jest": "24.8.0",
"mock-fs": "4.9.0",

@@ -42,0 +42,0 @@ "prettier": "1.17.0",

@@ -51,2 +51,4 @@ # syncpack

syncpack fix-mismatches --source "apps/*/package.json" --source "core/*/package.json"
# uses packages that pass the regex defined by --filter when provided
syncpack fix-mismatches --filter "^package_name$"
# only fix "devDependencies"

@@ -53,0 +55,0 @@ syncpack fix-mismatches --dev

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