Socket
Socket
Sign inDemoInstall

rollup-plugin-external-globals

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-external-globals - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

16

package.json
{
"name": "rollup-plugin-external-globals",
"version": "0.8.0",
"version": "0.9.0",
"description": "Transform external imports into global variables like output.globals.",

@@ -29,18 +29,18 @@ "keywords": [

"devDependencies": {
"c8": "^7.13.0",
"c8": "^8.0.1",
"endent": "^2.1.0",
"eslint": "^8.40.0",
"eslint": "^8.52.0",
"mocha": "^10.2.0",
"rollup": "^3.21.6",
"rollup": "^4.1.4",
"tempdir-yaml": "^0.3.0"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@rollup/pluginutils": "^5.0.5",
"estree-walker": "^3.0.3",
"is-reference": "^3.0.1",
"magic-string": "^0.30.0"
"is-reference": "^3.0.2",
"magic-string": "^0.30.5"
},
"peerDependencies": {
"rollup": "^2.25.0 || ^3.3.0"
"rollup": "^2.25.0 || ^3.3.0 || ^4.1.4"
}
}

@@ -125,2 +125,6 @@ rollup-plugin-external-globals

* 0.9.0 (Oct 28, 2023)
- **Breaking: bump to rollup@4.**
* 0.8.0 (May 12, 2023)

@@ -127,0 +131,0 @@

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