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.2.1-alpha.0 to 3.2.1-beta.0

dist/polyfill/index.js

16

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

@@ -26,6 +26,7 @@ "keywords": [

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

@@ -43,3 +44,3 @@ "typecheck": "tsc --noEmit",

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

@@ -51,2 +52,3 @@ "devDependencies": {

"jest-module-name-mapper": "^0.1.5",
"process": "^0.11.10",
"rimraf": "^3.0.2",

@@ -57,2 +59,3 @@ "ts-jest": "^26.5.5",

"webpack": "^5.36.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.6.0"

@@ -64,5 +67,6 @@ },

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