New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lerna/get-packed

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/get-packed - npm Package Compare versions

Comparing version 3.7.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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)

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

7

package.json
{
"name": "@lerna/get-packed",
"version": "3.7.0",
"version": "3.13.0",
"description": "Read contents of package tarball created by npm pack",

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

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

@@ -34,3 +35,3 @@ "scripts": {

},
"gitHead": "89b53ff2b561e69fad3a3e8671d7dcd0f1c09c3e"
"gitHead": "9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5"
}

@@ -7,6 +7,4 @@ # `@lerna/get-packed`

```
const getPacked = require('@lerna/get-packed');
You probably shouldn't, at least directly.
// TODO: DEMONSTRATE API
```
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