@stacks/network
Advanced tools
Comparing version 3.2.1-alpha.0 to 3.2.1-beta.0
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
513617
13
3
6978
12
5
Updated@stacks/common@^3.2.1-beta.0