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

@sats-connect/core

Package Overview
Dependencies
Maintainers
2
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sats-connect/core - npm Package Compare versions

Comparing version 0.3.1-38dbd0c to 0.4.0-2888351

dist/index.d.ts

22

package.json
{
"name": "@sats-connect/core",
"version": "0.3.1-38dbd0c",
"version": "0.4.0-2888351",
"main": "dist/index.mjs",

@@ -12,7 +12,8 @@ "module": "dist/index.mjs",

"test": "jest",
"build-debug": "webpack --mode development",
"build": "npm run clean && tsup src/index.ts --format esm --dts",
"build:watch": "npm run clean && tsup src/index.ts --format esm --dts --watch",
"clean": "rimraf dist",
"lint": "prettier --write .",
"build": "tsup",
"build:watch": "tsup --watch",
"check-types": "tsc --noEmit",
"check-format": "prettier --check .",
"format": "prettier --write .",
"ci": "npm run check-types && npm run check-format && npm run build",
"prepare": "husky install"

@@ -29,2 +30,3 @@ },

"dependencies": {
"@secretkeylabs/xverse-core": "24.0.0-4db3b55",
"axios": "1.7.4",

@@ -34,8 +36,6 @@ "bitcoin-address-validation": "2.2.3",

"jsontokens": "4.0.1",
"lodash.omit": "4.5.0",
"valibot": "0.33.2"
"valibot": "0.42.1"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/lodash.omit": "4.5.9",
"husky": "^8.0.3",

@@ -52,5 +52,3 @@ "lint-staged": "^13.2.3",

"util": "^0.12.4",
"vm-browserify": "^1.1.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
"vm-browserify": "^1.1.2"
},

@@ -57,0 +55,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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