Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

synp

Package Overview
Dependencies
Maintainers
1
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.0.2 to 1.0.3

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -47,3 +47,3 @@ [![Build Status](https://travis-ci.org/imsnif/synp.svg?branch=master)](https://travis-ci.org/imsnif/synp) [![Coverage Status](https://coveralls.io/repos/github/imsnif/synp/badge.svg?branch=master)](https://coveralls.io/github/imsnif/synp?branch=master) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

**Optional packages**: Like `npm` (https://github.com/npm/npm/issues/17722), `synp` also has issues with optional dependencies across different platforms. This is because is uses `node_modules` as its state, and does not guess about packages that are not installed on the converting platform. Sadly, like `npm` the only way to avoid this issue is to perform the conversion on the platform that meets most optional dependencies and update the rest manually. If this is a major issue for you, adding some sort of automatic tooling for this can be discussed.
**Optional packages**: ~~Like `npm` (https://github.com/npm/npm/issues/17722),~~ `synp` ~~also~~ has issues with optional dependencies across different platforms. This is because it uses `node_modules` as its state, and does not guess about packages that are not installed on the converting platform. Sadly, ~~like `npm`~~ the only way to avoid this issue is to perform the conversion on the platform that meets most optional dependencies and update the rest manually. If this is a major issue for you, adding some sort of automatic tooling for this can be discussed.

@@ -50,0 +50,0 @@ \* At the time of this writing, the `--update-checksums` flag in `yarn` has been merged but not released yet. Please see: https://github.com/yarnpkg/yarn/pull/4860

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