@snaplet/copycat
Advanced tools
Comparing version 0.12.0-alpha.2 to 0.12.0-alpha.3
@@ -75,3 +75,5 @@ var __defProp = Object.defineProperty; | ||
} | ||
throw new Error(`copycat.scramble() received value of type ${typeof input}, this type cannot be scrambled`); | ||
const error = new TypeError(`copycat.scramble() received value of type ${typeof input}, this type cannot be scrambled`); | ||
error.name = "ScrambleTypeError"; | ||
throw error; | ||
}; | ||
@@ -78,0 +80,0 @@ const scrambleObject = (input, options) => { |
{ | ||
"name": "@snaplet/copycat", | ||
"version": "0.12.0-alpha.2", | ||
"version": "0.12.0-alpha.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
6719503
2883