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.3.1 to 4.3.2

4

package.json
{
"name": "@cara/porter",
"description": "A middleware for web modules",
"version": "4.3.1",
"version": "4.3.2",
"main": "src/porter.js",

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

"license": "BSD-3-Clause",
"gitHead": "187c69c37d33a535623ba0efe29ea94e8d8efdb5"
"gitHead": "d7f14b66ad97ac81f734cf737cf67cd2ec55fefe"
}

@@ -63,3 +63,3 @@ 'use strict';

for (const file of entries) {
if (!cssBundle.entries.includes(file)) cssBundle.entries.push(file);
if (!cssBundle.entries.includes(file)) cssBundle.entries.unshift(file);
}

@@ -177,3 +177,6 @@ results.unshift(cssBundle);

for (const name of entries.sort()) {
// css entries should not be sorted
if (format === '.js') entries.sort();
for (const name of entries) {
const entry = packet.files[name];

@@ -180,0 +183,0 @@ if (!entry) throw new Error(`unparsed entry ${name} (${packet.dir})`);

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