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

zkt-sdk

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zkt-sdk - npm Package Compare versions

Comparing version 1.2.18 to 1.2.19

2

dist/node/src/config/utils.js

@@ -1,2 +0,2 @@

import logos from "../assets/logos";
import logos from "../assets/logos/index";
export const supportedChains = [

@@ -3,0 +3,0 @@ 137, // polygon

{
"name": "zkt-sdk",
"version": "1.2.18",
"version": "1.2.19",
"description": "zkToken | JS SDK",

@@ -5,0 +5,0 @@ "type": "module",

@@ -1,2 +0,2 @@

import logos from "../assets/logos";
import logos from "../assets/logos/index";

@@ -3,0 +3,0 @@ export const supportedChains =

{
"compilerOptions": {
"rootDirs": ["src"],
"rootDirs": [
"src"
],
"outDir": "dist/node",
"lib": ["es2020"],
"lib": [
"es2020"
],
"target": "es2020",

@@ -10,5 +14,7 @@ "module": "esnext",

"esModuleInterop": true,
"types": ["node"],
"types": [
"node"
],
"allowJs": true
}
}
}
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