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.5.0 to 4.5.1

2

package.json
{
"name": "@cara/porter",
"description": "A middleware for web modules",
"version": "4.5.0",
"version": "4.5.1",
"main": "index.js",

@@ -6,0 +6,0 @@ "types": "index.d.ts",

@@ -92,3 +92,3 @@ "use strict";

// @ts-ignore
this.packet = opts.package
this.packet = opts.package && opts.lock
? new fake_packet_1.default({ ...packetOptions, lock: opts.lock })

@@ -95,0 +95,0 @@ : new packet_1.default(packetOptions);

@@ -54,4 +54,4 @@ /// <reference types="node" />

baseUrl?: string;
lock: Record<string, any>;
package: PacketMeta;
lock?: Record<string, any>;
package?: PacketMeta;
}

@@ -58,0 +58,0 @@ declare class Porter {

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