Socket
Socket
Sign inDemoInstall

synp

Package Overview
Dependencies
26
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.10 to 1.9.13

15

CHANGELOG.md

@@ -0,1 +1,16 @@

## [1.9.13](https://github.com/imsnif/synp/compare/v1.9.12...v1.9.13) (2024-04-29)
### Fixes & improvements
* fix: update token perms to enable npm provenance check ([cdd2886](https://github.com/imsnif/synp/commit/cdd28860983303e5901e62934e06fc8233809655))
## [1.9.12](https://github.com/imsnif/synp/compare/v1.9.11...v1.9.12) (2024-04-29)
### Fixes & improvements
* fix: update semver to handle https://www.npmjs.com/advisories/1096482 ([7173e87](https://github.com/imsnif/synp/commit/7173e8777f7e605bbc295d16b71174dff9a2e4ae))
## [1.9.11](https://github.com/imsnif/synp/compare/v1.9.10...v1.9.11) (2024-04-29)
### Fixes & improvements
* fix: provide support for `packages` when `dependencies` do not exist (package-lock v3) (#104) ([5696017](https://github.com/imsnif/synp/commit/5696017d9f204f5bca2aa93de0e87e692ef11d9a))
## [1.9.10](https://github.com/imsnif/synp/compare/v1.9.9...v1.9.10) (2022-02-10)

@@ -2,0 +17,0 @@

2

lib/lockfileV1/tree.js

@@ -24,3 +24,3 @@ 'use strict'

buildYarnTree (nodeModulesTree, packageLock) {
const flattenedPackageLock = flattenPackageLock(packageLock.dependencies)
const flattenedPackageLock = flattenPackageLock(packageLock.dependencies || packageLock.packages)
const tree = Object.keys(nodeModulesTree).reduce((tree, path) => {

@@ -27,0 +27,0 @@ const nmEntry = nodeModulesTree[path]

{
"name": "synp",
"version": "1.9.10",
"version": "1.9.13",
"description": "Convert yarn.lock to package-lock.json and vice versa",

@@ -44,3 +44,3 @@ "keywords": [

"nmtree": "^1.0.6",
"semver": "^7.3.5",
"semver": "^7.6.0",
"sort-object-keys": "^1.1.3"

@@ -52,5 +52,5 @@ },

"standard": "^16.0.4",
"tape": "^5.5.0",
"tape": "^5.7.5",
"rimraf": "^3.0.2"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc