Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stacks/blockchain-api-client

Package Overview
Dependencies
Maintainers
5
Versions
363
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacks/blockchain-api-client - npm Package Compare versions

Comparing version 8.1.0-beta.1 to 8.1.0-beta.2

lib/generated/schema.d.ts

5

package.json
{
"name": "@stacks/blockchain-api-client",
"version": "8.1.0-beta.1",
"version": "8.1.0-beta.2",
"access": "public",

@@ -21,3 +21,3 @@ "description": "Client for the Stacks Blockchain API",

"prepublishOnly": "npm run build",
"build": "rimraf ./lib && npm run build:client --prefix .. && npm run build:node && npm run build:browser",
"build": "rimraf ./lib && npm run build:client --prefix .. && npm run build:node && npm run build:browser && cpx './src/**/*.d.ts' ./lib",
"build:node": "tsc",

@@ -42,2 +42,3 @@ "build:browser": "microbundle -i src/index.ts -o lib/index.umd.js --no-pkg-main -f umd --external none --globals none --no-compress --tsconfig tsconfig.browser.json --name StacksBlockchainApiClient",

"concurrently": "7.6.0",
"cpx": "1.5.0",
"http-server": "14.0.0",

@@ -44,0 +45,0 @@ "microbundle": "0.15.1",

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