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

@blockfrost/blockfrost-js

Package Overview
Dependencies
Maintainers
2
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockfrost/blockfrost-js - npm Package Compare versions

Comparing version 3.0.0-beta.2 to 3.0.0-beta.3

2

lib/endpoints/api/addresses/index.js

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

.catch(err => {
if (err && err.response && err.response.status_code === 404) {
if (err && err.response && err.response.statusCode === 404) {
resolve([]);

@@ -47,0 +47,0 @@ }

{
"name": "@blockfrost/blockfrost-js",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",

@@ -26,3 +26,3 @@ "keywords": [

"test": "yarn run-s 'test:*'",
"test:unit": "PROJECT_ID=xxx jest -c ./jest.config.js",
"test:unit": "jest -c ./jest.config.js",
"test-badges": "make-coverage-badge --output-path ./docs/badge-coverage.svg",

@@ -29,0 +29,0 @@ "docs": "yarn typedoc ./src/index.ts --theme ./node_modules/typedoc-github-wiki-theme/dist"

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