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

@blockfrost/openapi

Package Overview
Dependencies
Maintainers
3
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockfrost/openapi - npm Package Compare versions

Comparing version 0.1.44-beta.7 to 0.1.44-beta.8

openapi.yaml

2

lib/index.js

@@ -10,3 +10,3 @@ "use strict";

const yaml_1 = __importDefault(require("yaml"));
const file = fs_1.default.readFileSync(path_1.default.resolve('openapi.yaml'), 'utf8');
const file = fs_1.default.readFileSync(path_1.default.resolve(__dirname, '../openapi.yaml'), 'utf8');
const spec = yaml_1.default.parse(file);

@@ -13,0 +13,0 @@ const getSchemaForEndpoint = (endpointName) => {

{
"name": "@blockfrost/openapi",
"version": "0.1.44-beta.7",
"version": "0.1.44-beta.8",
"description": "OpenAPI specifications for blockfrost.io",

@@ -10,3 +10,4 @@ "repository": "git@github.com:blockfrost/openapi.git",

"files": [
"lib/**/*"
"lib/**/*",
"openapi.yaml"
],

@@ -18,3 +19,3 @@ "scripts": {

"generate-types": "openapi-typescript ./openapi.yaml --output ./src/generated-types.ts",
"build": "rimraf lib && yarn bundle && yarn generate-types && yarn generate-docs && yarn tsc && cp ./openapi.yaml lib/openapi.yaml",
"build": "rimraf lib && yarn bundle && yarn generate-types && yarn generate-docs && yarn tsc",
"test": "vitest"

@@ -21,0 +22,0 @@ },

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