Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6 to 1.2.9

dist/node/src/assets/logos/index.js

2

package.json
{
"name": "zkt-sdk",
"version": "1.2.6",
"version": "1.2.9",
"description": "zkToken | JS SDK",

@@ -5,0 +5,0 @@ "main": "src/index.ts",

// Example usage
/**
* import ZkEth from "zkt-sdk";
* import {ZkEth} from "zkt-sdk";
*

@@ -6,0 +6,0 @@ * const zkEth = new ZkEth("<ETHERJS_BROWSER_PROVIDER>", 137);

@@ -1,3 +0,3 @@

import ZkEth from "./zketh/zketh";
import ZkEth from "./zketh/zketh.js";
export { ZkEth };

@@ -10,5 +10,5 @@ import { ethers } from "ethers";

supportedChains,
} from "../config/utils";
import { ERC20ABI, zkETHABI } from "../config/abi";
import Authentication from "../authentication/auth";
} from "../config/utils.js";
import { ERC20ABI, zkETHABI } from "../config/abi.js";
import Authentication from "../authentication/auth.js";

@@ -15,0 +15,0 @@ /**

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

@@ -14,6 +10,5 @@ "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