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
3
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.7.0 to 0.7.1

3

dist/index.js

@@ -446,4 +446,5 @@ 'use strict';

*/
function options (compileOptions, outputOptions, code, transforms) {
function options (incomingCompileOptions, outputOptions, code, transforms) {
const mapFile = tempWrite.sync('');
const compileOptions = Object.assign({}, incomingCompileOptions);
let externs = [];

@@ -450,0 +451,0 @@ validateCompileOptions(compileOptions);

{
"name": "@ampproject/rollup-plugin-closure-compiler",
"version": "0.7.0",
"version": "0.7.1",
"description": "Rollup + Google Closure Compiler",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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