🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@binance/types

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@binance/types - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+8
-2
package.json
{
"name": "@binance/types",
"description": "Shared types for Binance connectors",
"version": "1.0.1",
"version": "1.0.2",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"scripts": {

@@ -30,4 +36,4 @@ "prepublishOnly": "npm run build",

"dependencies": {
"@binance/common": "1.0.1"
"@binance/common": "1.0.2"
}
}