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.1 to 4.0.2

4

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

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

"license": "BSD-3-Clause",
"gitHead": "f0055215365bc461d01f261e00859f24f2b7e48c"
"gitHead": "912059582593582e7e7563efe1fbd94162e31b31"
}

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

async checkImports({ code, intermediate = false }) {
const { imports, dynamicImports } = this;
const { imports, dynamicImports = [] } = this;
this.matchImport(code);

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