Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tonconnect/protocol

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonconnect/protocol - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

lib/cjs/crypto/index.js

19

package.json
{
"name": "@tonconnect/protocol",
"version": "0.0.24",
"version": "0.0.25",
"repository": {

@@ -22,4 +22,4 @@ "type": "git",

"scripts": {
"build": "npx rimraf lib && tsc",
"build:production": "npx rimraf lib && tsc --sourceMap false",
"build": "npx rimraf lib && tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json",
"build:production": "npx rimraf lib && tsc --sourceMap false --project tsconfig.cjs.json && tsc --sourceMap false --project tsconfig.esm.json",
"test": "jest"

@@ -30,4 +30,13 @@ },

],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/types/index.d.ts",
"exports": {
".": {
"types": "./lib/types/index.d.ts",
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js",
"default": "./lib/cjs/index.js"
}
},
"dependencies": {

@@ -34,0 +43,0 @@ "tweetnacl-util": "^0.15.1"

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