New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sats-connect/core

Package Overview
Dependencies
Maintainers
2
Versions
245
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.4.0-8f3e1e5 to 0.4.0-8f77109

dist/index.d.ts

22

package.json
{
"name": "@sats-connect/core",
"version": "0.4.0-8f3e1e5",
"version": "0.4.0-8f77109",
"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,8 +30,6 @@ },

"dependencies": {
"@secretkeylabs/xverse-core": "24.0.0-30944ea",
"axios": "1.7.4",
"axios": "1.7.7",
"bitcoin-address-validation": "2.2.3",
"buffer": "6.0.3",
"jsontokens": "4.0.1",
"lodash.omit": "4.5.0",
"valibot": "0.42.1"

@@ -40,3 +39,2 @@ },

"@types/jest": "^29.2.6",
"@types/lodash.omit": "4.5.9",
"husky": "^8.0.3",

@@ -53,5 +51,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"
},

@@ -58,0 +54,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