plug-and-play
Advanced tools
Comparing version 2.5.7 to 2.5.8
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39594