@miniflare/shared
Advanced tools
Comparing version 2.14.1 to 2.14.2
@@ -396,4 +396,3 @@ var __create = Object.create; | ||
get(target, propertyKey, receiver) { | ||
const value = Reflect.get(target, propertyKey, receiver); | ||
return propertyKey === "stack" ? `${prefix}: ${value}` : value; | ||
return propertyKey === "stack" ? `${prefix}: ${target.stack}` : Reflect.get(target, propertyKey, receiver); | ||
} | ||
@@ -400,0 +399,0 @@ }); |
{ | ||
"name": "@miniflare/shared", | ||
"version": "2.14.1", | ||
"version": "2.14.2", | ||
"description": "Shared utility module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -44,5 +44,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@miniflare/shared-test": "2.14.1", | ||
"@miniflare/shared-test": "2.14.2", | ||
"@types/picomatch": "^2.3.0" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
68462
1476
1