Comparing version 1.0.2 to 1.0.3
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
262699