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

@stacks/network

Package Overview
Dependencies
Maintainers
9
Versions
632
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacks/network - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1-alpha.0

dist/index.umd.js

13

package.json
{
"name": "@stacks/network",
"version": "3.2.0",
"version": "3.2.1-alpha.0",
"description": "Library for Stacks network operations",

@@ -26,3 +26,3 @@ "keywords": [

"start": "tsc -b tsconfig.build.json --watch --verbose",
"build": "npm run clean && npm run build:cjs && npm run build:esm",
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:umd",
"build:cjs": "tsc -b tsconfig.build.json",

@@ -34,3 +34,4 @@ "build:esm": "tsc -p tsconfig.build.json --module ES6 --outDir ./dist/esm",

"typecheck:watch": "npm run typecheck -- --watch",
"prepublishOnly": "npm run test && npm run build && npm run build:umd",
"pack": "npm pack",
"prepublishOnly": "npm run test && npm run build",
"test": "jest",

@@ -43,3 +44,3 @@ "test:watch": "jest --watch --coverage=false"

"dependencies": {
"@stacks/common": "^3.0.0"
"@stacks/common": "^3.2.1-alpha.0"
},

@@ -59,8 +60,8 @@ "devDependencies": {

"sideEffects": false,
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"typings": "dist/index.d.ts",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"gitHead": "cfabdf8a48269e35e72f5e558fc722a55da02a5e"
"gitHead": "46603eb7dfed1a6a57870d0c45273140bd3f035c"
}
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