Socket
Socket
Sign inDemoInstall

yarn-deduplicate

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yarn-deduplicate - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

34

CHANGELOG.md

@@ -10,2 +10,33 @@ # Changelog

## [6.0.1] - 2022-12-11
### Added
- Update REAMDE with explicit example of `npx` (#206) (thanks to @karlhorky)
### Chores
- Configure renovate to run deduplicate
- Bump vm2 from 3.9.9 to 3.9.13 (#207)
- Update babel monorepo (#211)
- Update babel monorepo to ^7.19.1 (#189) (4 hours ago)
- Update dependency @types/jest to v29 (#184)
- Update dependency commander to ^9.4.1 (#198)
- Update dependency eslint to ^8.24.0 (#193)
- Update dependency eslint to ^8.28.0 (#202)
- Update dependency eslint to ^8.29.0 (#213)
- Update dependency eslint-plugin-jest to ^27.0.4 (#190)
- Update dependency eslint-plugin-jest to ^27.1.5 (#199)
- Update dependency eslint-plugin-jest to ^27.1.6 (#209)
- Update dependency jest to ^29.0.3 (#188)
- Update dependency prettier to ^2.8.1 (#214)
- Update dependency release-it to ^15.5.1 (#185)
- Update dependency semver to ^7.3.8 (#200)
- Update dependency tslib to ^2.4.1 (#208)
- Update dependency typescript to ^4.8.3 (#191)
- Update dependency typescript to ^4.9.3 (#196)
- Update dependency typescript to ^4.9.4 (#212)
- Update jest monorepo (#197)
- Update Yarn to v3.3.0 (#203)
## [6.0.0] - 2022-08-29

@@ -272,3 +303,4 @@

[unreleased]: https://github.com/scinos/yarn-deduplicate/compare/v6.0.0...HEAD
[unreleased]: https://github.com/scinos/yarn-deduplicate/compare/v6.0.1...HEAD
[6.0.1]: https://github.com/scinos/yarn-deduplicate/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.2...v6.0.0

@@ -275,0 +307,0 @@ [5.0.2]: https://github.com/scinos/yarn-deduplicate/compare/v5.0.1...v5.0.2

12

dist/index.d.ts

@@ -1,7 +0,7 @@

declare type YarnEntry = {
type YarnEntry = {
resolved: string;
version: string;
};
declare type YarnEntries = Record<string, YarnEntry>;
declare type Package = {
type YarnEntries = Record<string, YarnEntry>;
type Package = {
installedVersion: string;

@@ -16,8 +16,8 @@ name: string;

};
declare type Version = {
type Version = {
pkg: YarnEntry;
satisfies: Set<Package>;
};
declare type Versions = Map<string, Version>;
declare type Options = {
type Versions = Map<string, Version>;
type Options = {
includeScopes?: string[];

@@ -24,0 +24,0 @@ includePackages?: string[];

{
"name": "yarn-deduplicate",
"version": "6.0.0",
"version": "6.0.1",
"bin": "./dist/cli.js",

@@ -45,3 +45,3 @@ "description": "Deduplication tool for yarn.lock files",

"engines": {
"node": ">=14",
"node": ">=v14",
"yarn": ">=1 <2"

@@ -51,25 +51,25 @@ },

"@yarnpkg/lockfile": "^1.1.0",
"commander": "^9.4.0",
"semver": "^7.3.7",
"tslib": "^2.4.0"
"commander": "^9.4.1",
"semver": "^7.3.8",
"tslib": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@release-it/keep-a-changelog": "^3.1.0",
"@tsconfig/node12": "^1.0.11",
"@types/jest": "^28.1.8",
"@types/semver": "^7.3.12",
"@types/jest": "^29.2.4",
"@types/semver": "^7.3.13",
"@types/yarnpkg__lockfile": "^1.1.5",
"eslint": "^8.23.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.0.1",
"jest": "^29.3.1",
"outdent": "^0.8.0",
"prettier": "^2.7.1",
"release-it": "^15.4.0",
"typescript": "^4.8.2"
"prettier": "^2.8.1",
"release-it": "^15.5.1",
"typescript": "^4.9.4"
},

@@ -81,3 +81,3 @@ "jest": {

},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.3.0"
}

@@ -31,4 +31,8 @@ # yarn-deduplicate

[npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b), so you
don't need to install it.
don't need to install it. For example, to recreate the most common scenario below with `npx`, run:
```sh
npx yarn-deduplicate yarn.lock
```
---

@@ -35,0 +39,0 @@

Sorry, the diff of this file is not supported yet

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