New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@basis-theory/3ds-web

Package Overview
Dependencies
Maintainers
11
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basis-theory/3ds-web - npm Package Compare versions

Comparing version 1.0.0-beta.13 to 1.0.0-beta.14

5

main/index.js

@@ -66,3 +66,6 @@

})($944918a4514227a1$export$f73e2cb993c10d36 || ($944918a4514227a1$export$f73e2cb993c10d36 = {}));
const $944918a4514227a1$var$stringifyValue = (val)=>val ? JSON.stringify(val) : "test";
const $944918a4514227a1$var$stringifyValue = (val)=>{
if (val === null || val === undefined) return "";
return JSON.stringify(val);
};
const $944918a4514227a1$export$fa80f116bca647aa = ()=>{

@@ -69,0 +72,0 @@ const validColorDepths = [

@@ -60,3 +60,6 @@ const $ede1e6694b13a411$export$3f521420530811cf = {

})($12389938bc382e86$export$f73e2cb993c10d36 || ($12389938bc382e86$export$f73e2cb993c10d36 = {}));
const $12389938bc382e86$var$stringifyValue = (val)=>val ? JSON.stringify(val) : "test";
const $12389938bc382e86$var$stringifyValue = (val)=>{
if (val === null || val === undefined) return "";
return JSON.stringify(val);
};
const $12389938bc382e86$export$fa80f116bca647aa = ()=>{

@@ -63,0 +66,0 @@ const validColorDepths = [

2

package.json
{
"name": "@basis-theory/3ds-web",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"repository": "https://github.com/Basis-Theory/3ds-web",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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