Socket
Socket
Sign inDemoInstall

@lerna/describe-ref

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/describe-ref - npm Package Compare versions

Comparing version 3.11.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.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)

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

9

package.json
{
"name": "@lerna/describe-ref",
"version": "3.11.0",
"version": "3.13.0",
"description": "Parse git describe output for lerna-related tags",

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

"type": "git",
"url": "git+https://github.com/lerna/lerna.git"
"url": "git+https://github.com/lerna/lerna.git",
"directory": "utils/describe-ref"
},

@@ -33,6 +34,6 @@ "scripts": {

"dependencies": {
"@lerna/child-process": "3.3.0",
"@lerna/child-process": "3.13.0",
"npmlog": "^4.1.2"
},
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b"
"gitHead": "9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5"
}

@@ -29,2 +29,4 @@ # `@lerna/describe-ref`

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