@stacks/network
Advanced tools
Comparing version 3.2.0 to 3.2.1-alpha.0
{ | ||
"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" | ||
} |
Network access
Supply chain riskThis module accesses the network.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
126200
12
458
4
1
2