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

dist/node/authentication/auth.js

22

package.json
{
"name": "zkt-sdk",
"version": "1.0.8",
"version": "1.0.9",
"description": "zkToken | JS SDK",
"main": "src/index.ts",
"types": "index.d.ts",
"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"
},
"scripts": {
"test": "cp ./src/examples/index.html ./dist && webpack serve --mode production",
"build": "webpack --mode production"
"build-web": "webpack --mode production",
"build-node": "tsc"
},

@@ -11,0 +25,0 @@ "repository": {

2

tsconfig.json
{
"compilerOptions": {
"rootDirs": ["src"],
"outDir": "dist",
"outDir": "dist/node",
"lib": ["es2020"],

@@ -6,0 +6,0 @@ "target": "es2020",

@@ -7,3 +7,3 @@ const path = require("path");

filename: "bundle.js",
path: path.resolve(__dirname, "dist"),
path: path.resolve(__dirname, "dist/web"),
libraryTarget: "umd",

@@ -26,3 +26,3 @@ },

devServer: {
static: path.join(__dirname, "dist"),
static: path.join(__dirname, "dist/web"),
compress: true,

@@ -29,0 +29,0 @@ port: 9000,

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