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
2
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-alpha.4 to 4.0.0-alpha.5

4

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

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

"license": "BSD-3-Clause",
"gitHead": "c1d65d11d100bd42589503a2924403d1bc68af2b"
"gitHead": "637698be64a202893db34f2450320cc9e5ca9152"
}

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

if (mod.package !== packet && scope !== 'all') continue;
if (mod.preloaded && !preload) continue;
if (mod.preloaded && !preload && !packet.isolated) continue;
if (mod.package !== packet && mod.package.isolated) continue;

@@ -71,0 +71,0 @@ // might be WasmModule

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