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

@stacks/stacks-blockchain-api-types

Package Overview
Dependencies
Maintainers
4
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.3.4 to 7.4.0-nakamoto.1

11

package.json
{
"name": "@stacks/stacks-blockchain-api-types",
"version": "7.3.4",
"version": "7.4.0-nakamoto.1",
"access": "public",

@@ -16,3 +16,3 @@ "description": "TypeScript descriptions of Stacks 2.0 blockchain API entities",

"generate:schemas": "gulp && npm run generate:types",
"generate:git-info": "npm run generate:git-info --prefix .. && export API_VERSION=$(shx tail -n 1 ../.git-info) && speccy resolve --output .tmp/openapi.resolved.yaml openapi.yaml && shx sed -i 'STACKS_API_VERSION' ${API_VERSION:-1.0.0} .tmp/openapi.resolved.yaml > /dev/null",
"generate:git-info": "npm run generate:git-info --prefix .. && export API_VERSION=$(shx tail -n 1 ../.git-info) && speccy resolve --output .tmp/openapi.resolved.yaml openapi.yaml && shx sed -i 'STACKS_API_VERSION' ${API_VERSION:-1.0.0} .tmp/openapi.resolved.yaml > /dev/null && any-json convert .tmp/openapi.resolved.yaml .tmp/openapi.json",
"generate:docs": "redoc-cli bundle --output .tmp/index.html .tmp/openapi.resolved.yaml",

@@ -42,4 +42,5 @@ "generate:postman": "openapi2postmanv2 --spec .tmp/openapi.resolved.yaml --output .tmp/collection.json --options folderStrategy=Tags,requestParametersResolution=Example,exampleParametersResolution=Example,schemaFaker=false 2>/dev/null",

"@types/json-schema-merge-allof": "0.6.0",
"@types/node": "16.18.3",
"@types/node": "^18.13.0",
"ajv": "6.12.6",
"any-json": "^3.1.0",
"chalk": "4.1.1",

@@ -60,6 +61,6 @@ "del": "5.1.0",

"speccy": "0.11.0",
"ts-node": "9.1.1",
"typescript": "4.2.4",
"ts-node": "^10.8.2",
"typescript": "^4.7.4",
"yaml-lint": "1.2.4"
}
}
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