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

rollup-plugin-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-analyzer - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

index.d.ts

7

CHANGELOG.md

@@ -7,2 +7,9 @@ ### Changelog

### [3.2.3](https://github.com/doesdev/rollup-plugin-analyzer/compare/3.2.2...3.2.3)
> 13 May 2020
- [https://github.com/doesdev/rollup-plugin-analyzer/pull/17](Add TS declarations)
- Update lockfile
### [3.2.2](https://github.com/doesdev/rollup-plugin-analyzer/compare/3.2.1...3.2.2)

@@ -9,0 +16,0 @@

21

package.json
{
"name": "rollup-plugin-analyzer",
"version": "3.2.2",
"version": "3.2.3",
"description": "Mad metrics for your rollup bundles, know all the things",
"engines" : { "node" : ">=8.0.0" },
"engines": {
"node": ">=8.0.0"
},
"main": "index.js",

@@ -10,2 +12,3 @@ "module": "module.js",

"index.js",
"index.d.ts",
"module.js"

@@ -15,5 +18,9 @@ ],

"build": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c",
"test": "yarn run build && node test/test.js --verbose",
"precommit": "yarn run build && node test/test.js && git add index.js"
"test": "yarn run build && node test/test.js --verbose"
},
"husky": {
"hooks": {
"pre-commit": "yarn run build && node test/test.js && git add index.js"
}
},
"repository": {

@@ -45,10 +52,10 @@ "type": "git",

"devDependencies": {
"husky": "^3.0.9",
"mvt": "4.0.0",
"husky": "^4.2.3",
"mvt": "4.1.0",
"rollup": "npm:rollup@latest",
"rollup100": "npm:rollup@1.0.x",
"rollup60": "npm:rollup@0.60.x",
"standard": "^14.3.1"
"standard": "^14.3.3"
},
"dependencies": {}
}
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