Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.0 to 3.4.1-beta.0

12

package.json
{
"name": "@stacks/network",
"version": "3.3.0",
"version": "3.4.1-beta.0",
"description": "Library for Stacks network operations",

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

"build:esm": "tsc -p tsconfig.build.json --module ES6 --outDir ./dist/esm",
"build:umd": "webpack --config webpack.config.js",
"build:umd": "NODE_OPTIONS=--max-old-space-size=8192 webpack --config webpack.config.js",
"build:polyfill": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c ../../configs/rollup.config.js && rimraf dist/polyfill/dist",

@@ -44,3 +44,3 @@ "clean": "rimraf dist && tsc -b tsconfig.build.json --clean",

"dependencies": {
"@stacks/common": "^3.3.0"
"@stacks/common": "^3.4.1-beta.0"
},

@@ -65,6 +65,8 @@ "devDependencies": {

"module": "dist/esm/index.js",
"browser": "dist/polyfill/index.js",
"browser": {
"dist/esm/index.js": "dist/polyfill/index.js"
},
"umd:main": "dist/umd/index.js",
"unpkg": "dist/umd/index.js",
"gitHead": "d56ab59078eb2657128e33db3d2961a8cdf7d8e0"
"gitHead": "dc2aa87e139b6009cf859a7e0d074c03f33b9b7a"
}
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