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

@stacks/profile

Package Overview
Dependencies
Maintainers
9
Versions
659
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacks/profile - npm Package Compare versions

Comparing version 4.2.0-beta.3 to 4.2.0-beta.4

52

package.json
{
"name": "@stacks/profile",
"version": "4.2.0-beta.3",
"version": "4.2.0-beta.4",
"description": "Library for Stacks profiles",
"keywords": [
"stacks",
"blockstack",
"profiles"
],
"author": "yknl <yukanliao@gmail.com>",
"homepage": "https://blockstack.org",
"license": "GPL-3.0-or-later",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/blockstack/blockstack.js.git"
},
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
"homepage": "https://www.hiro.so/stacks-js",
"scripts": {
"start": "tsc -b tsconfig.build.json --watch --verbose",
"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:polyfill": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c ../../configs/rollup.config.js && rimraf dist/polyfill/dist",
"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",
"clean": "rimraf dist && tsc -b tsconfig.build.json --clean",
"typecheck": "tsc --noEmit",
"typecheck:watch": "npm run typecheck -- --watch",
"pack": "npm pack",
"prepublishOnly": "npm run test && NODE_ENV=production npm run build",
"start": "tsc -b tsconfig.build.json --watch --verbose",
"test": "jest",
"test:watch": "jest --watch --coverage=false"
"test:watch": "jest --watch --coverage=false",
"typecheck": "tsc --noEmit",
"typecheck:watch": "npm run typecheck -- --watch"
},
"bugs": {
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"dependencies": {

@@ -69,3 +53,19 @@ "@stacks/common": "^4.1.0",

"unpkg": "dist/umd/index.js",
"gitHead": "90f686efec3996f0a563d48df74a3a98d1f6bb43"
"files": [
"dist",
"src"
],
"keywords": [
"blockstack",
"profiles",
"stacks"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hirosystems/stacks.js.git"
},
"bugs": {
"url": "https://github.com/blockstack/blockstack.js/issues"
},
"gitHead": "e5e9d2a43ea14439d3d76b15df5da07ca5209c0e"
}
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