Socket
Socket
Sign inDemoInstall

synp

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synp - npm Package Compare versions

Comparing version 1.9.4 to 1.9.5

7

CHANGELOG.md

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

## [1.9.5](https://github.com/imsnif/synp/compare/v1.9.4...v1.9.5) (2020-12-13)
### Performance Improvements
* **package:** deps revision ([4af9990](https://github.com/imsnif/synp/commit/4af9990063377b5cc2d32b9d6931ac6b1405408c))
## [1.9.4](https://github.com/imsnif/synp/compare/v1.9.3...v1.9.4) (2020-10-01)

@@ -2,0 +9,0 @@

8

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

@@ -22,6 +22,9 @@ "keywords": [

"test:integration": "cli/synp.js -s yarn.lock",
"test:depcheck": "npx depcheck --ignores \"@semantic-release/*\"",
"test:depaudit": "npx yarn-audit-fix",
"test:deps": "yarn test:depcheck && yarn test:depaudit",
"coverage": "nyc --reporter=lcov npm test",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"release": "semantic-release",
"postupdate": "yarn && npx yarn-audit-fix && yarn test"
"postupdate": "yarn && yarn test:deps && yarn test"
},

@@ -42,3 +45,2 @@ "author": "Aram Drevekenin <grimsniffer@gmail.com>",

"nmtree": "^1.0.6",
"request": "^2.88.2",
"semver": "^7.3.2",

@@ -45,0 +47,0 @@ "sort-object-keys": "^1.1.3"

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