Socket
Socket
Sign inDemoInstall

atom-package-deps

Package Overview
Dependencies
0
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

4

CHANGELOG.md
# Changelog
## 7.0.1
- Fix a dev dependency accidentally slipping into `post-install` script
## 7.0.0

@@ -4,0 +8,0 @@

5

package.json
{
"name": "atom-package-deps",
"version": "7.0.0",
"version": "7.0.1",
"description": "Automatically install package dependencies",

@@ -14,4 +14,3 @@ "main": "lib/index.js",

"dev": "npm run clean && env NODE_ENV=development env BABEL_ENV=production rollup -c -w",
"prepare": "npm run clean && env NODE_ENV=production env BABEL_ENV=production rollup -c",
"postinstall": "patch-package"
"prepare": "patch-package && npm run clean && env NODE_ENV=production env BABEL_ENV=production rollup -c"
},

@@ -18,0 +17,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc