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

@snaplet/copycat

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snaplet/copycat - npm Package Compare versions

Comparing version 0.12.0-alpha.2 to 0.12.0-alpha.3

4

dist/scramble.js

@@ -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

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