Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

plug-and-play

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plug-and-play - npm Package Compare versions

Comparing version 2.5.7 to 2.5.8

2

dist/esm/index.js

@@ -17,3 +17,3 @@ import { is_object_literal, merge, is_object } from 'mixme';

this.code = code;
for (const i = 0; i < contexts.length; i++) {
for (let i = 0; i < contexts.length; i++) {
const context = contexts[i];

@@ -20,0 +20,0 @@ for (const key in context) {

@@ -14,3 +14,3 @@ const PlugableError = class PlugableError extends Error {

this.code = code;
for (const i = 0; i < contexts.length; i++) {
for (let i = 0; i < contexts.length; i++) {
const context = contexts[i];

@@ -17,0 +17,0 @@ for (const key in context) {

{
"name": "plug-and-play",
"version": "2.5.7",
"version": "2.5.8",
"author": "David Worms <david@adaltas.com>",

@@ -5,0 +5,0 @@ "bugs": {

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