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

@lerna/has-npm-version

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/has-npm-version - npm Package Compare versions

Comparing version 3.10.0 to 3.13.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [3.13.0](https://github.com/lerna/lerna/compare/v3.12.1...v3.13.0) (2019-02-15)
### Features
* **meta:** Add `repository.directory` field to package.json ([aec5023](https://github.com/lerna/lerna/commit/aec5023))
# [3.10.0](https://github.com/lerna/lerna/compare/v3.9.1...v3.10.0) (2019-01-08)

@@ -8,0 +19,0 @@

9

package.json
{
"name": "@lerna/has-npm-version",
"version": "3.10.0",
"version": "3.13.0",
"description": "Test if the current version of npm satisfies a given semver range",

@@ -24,3 +24,4 @@ "keywords": [

"type": "git",
"url": "git+https://github.com/lerna/lerna.git"
"url": "git+https://github.com/lerna/lerna.git",
"directory": "utils/has-npm-version"
},

@@ -31,6 +32,6 @@ "scripts": {

"dependencies": {
"@lerna/child-process": "3.3.0",
"@lerna/child-process": "3.13.0",
"semver": "^5.5.0"
},
"gitHead": "ea8ffa7eb7f63cadc8534332ac3e19f6214ea6da"
"gitHead": "9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5"
}

@@ -23,1 +23,3 @@ # `@lerna/has-npm-version`

```
Install [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.
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