New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cara/porter

Package Overview
Dependencies
Maintainers
3
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cara/porter - npm Package Compare versions

Comparing version 4.0.0-beta.7 to 4.0.0-beta.8

4

package.json
{
"name": "@cara/porter",
"description": "A middleware for web modules",
"version": "4.0.0-beta.7",
"version": "4.0.0-beta.8",
"main": "src/porter.js",

@@ -43,3 +43,3 @@ "repository": {

"license": "BSD-3-Clause",
"gitHead": "8fc85c1176a231be3dbd7f192c42348987572011"
"gitHead": "523789762c2e217cf2f7c997e153a150cb829c37"
}

@@ -167,2 +167,3 @@ 'use strict';

const source = path.relative(app.root, fpath);
const { keep_fnames } = app.uglifyOptions || {};

@@ -181,2 +182,3 @@ const result = UglifyJS.minify({ [source]: code }, {

},
keep_fnames: keep_fnames instanceof RegExp ? keep_fnames.test(source) : keep_fnames,
output: { ascii_only: true },

@@ -183,0 +185,0 @@ sourceMap: {

@@ -104,2 +104,3 @@ 'use strict';

this.lessOptions = opts.lessOptions;
this.uglifyOptions = opts.uglifyOptions;
}

@@ -106,0 +107,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