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
1
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.0.9 to 1.1.0

17

package.json
{
"name": "zkt-sdk",
"version": "1.0.9",
"version": "1.1.0",
"description": "zkToken | JS SDK",
"main": "src/index.js",
"exports": {
".": {
"types": {
"default": "./src/index.ts"
},
"browser": {
"default": "./dist/web/bundle.js"
},
"default": {
"default": "./dist/node/index.js"
}
},
"./package.json": "./package.json"
},
"types": "index.d.ts",
"scripts": {

@@ -21,0 +8,0 @@ "test": "cp ./src/examples/index.html ./dist && webpack serve --mode production",

4

README.md

@@ -7,6 +7,6 @@ # zkt-sdk-js

### As a package for node/typescript project
### As a package for typescript project
```js
import Auth from "zkt-sdk";
import { ZkEth } from "zkt-sdk";

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

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