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

@ampproject/rollup-plugin-closure-compiler

Package Overview
Dependencies
Maintainers
7
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampproject/rollup-plugin-closure-compiler - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

44

package.json
{
"name": "@ampproject/rollup-plugin-closure-compiler",
"version": "0.9.0",
"version": "0.10.0",
"description": "Rollup + Google Closure Compiler",
"main": "dist/index.js",
"jsnext:main": "dist/index.mjs",
"files": [
"dist"
],
"repository": {

@@ -21,3 +24,3 @@ "type": "git",

"pretest": "rimraf dist transpile && tsc -p tsconfig.test.json & wait",
"test": "ava -v test/**/*.js",
"test": "ava",
"build": "rimraf dist transpile && tsc -p tsconfig.json & wait",

@@ -33,8 +36,8 @@ "postbuild": "rollup --config rollup.config.js",

"dependencies": {
"acorn": "6.1.1",
"acorn": "6.2.0",
"acorn-dynamic-import": "4.0.0",
"acorn-walk": "6.1.1",
"google-closure-compiler": "20190325.0.0",
"magic-string": "0.25.2",
"temp-write": "3.4.0"
"acorn-walk": "6.2.0",
"google-closure-compiler": "20190618.0.0",
"magic-string": "0.25.3",
"temp-write": "4.0.0"
},

@@ -45,17 +48,14 @@ "devDependencies": {

"@types/temp-write": "3.3.0",
"ava": "1.4.1",
"builtins": "2.0.0",
"husky": "1.3.1",
"lint-staged": "8.1.5",
"np": "4.0.2",
"prettier": "1.17.0",
"ava": "2.2.0",
"builtins": "2.0.1",
"husky": "3.0.0",
"lint-staged": "9.2.0",
"np": "5.0.3",
"prettier": "1.18.2",
"rimraf": "2.6.3",
"rollup": "0.67.4",
"rollup-plugin-copy": "1.1.0",
"tslint": "5.15.0",
"typescript": "3.4.3"
"rollup-plugin-copy": "2.0.1",
"tslint": "5.18.0",
"typescript": "3.5.3"
},
"files": [
"dist"
],
"lint-staged": {

@@ -73,3 +73,9 @@ "*.ts": [

}
},
"ava": {
"files": [
"test/**/*.test.js"
],
"verbose": true
}
}
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