Socket
Socket
Sign inDemoInstall

broccoli-optimize-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-optimize-js - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

index.js

@@ -199,2 +199,8 @@ 'use strict';

// not sure if a module is empty of code if
// we should still create a map with the original source?
if (!generated.code || !generated.map.mappings) {
return generated.code;
}
var chain = sorcery.loadSync(generated.file, { content: content, sourcemaps: sourcemaps });

@@ -201,0 +207,0 @@ var map = chain.apply({ includeContent: true });

2

package.json
{
"name": "broccoli-optimize-js",
"version": "1.0.2",
"version": "1.0.3",
"description": "broccoli filter for optimize-js",

@@ -5,0 +5,0 @@ "main": "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