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

@amanda-mitchell/biblia-api

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amanda-mitchell/biblia-api - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

dist/client.d.ts

@@ -12,3 +12,3 @@ export declare const usageAcknowledgment = "<a href=\"https://biblia.com/\"><img src=\"https://api.biblia.com/v1/PoweredByBiblia_small.png\" alt=\"Powered by Biblia\" /></a>\nThis site uses the <a href=\"https://biblia.com/\">Biblia</a> web services from <a href=\"https://www.logos.com/\">Logos Bible Software</a>.";

};
json: <T>() => Promise<T>;
json: () => Promise<unknown>;
text: () => Promise<string>;

@@ -15,0 +15,0 @@ blob: () => Promise<TBlob>;

@@ -12,3 +12,3 @@ const baseUrl = 'https://api.biblia.com/v1/';

expectContentType(response, 'application/json');
return await response.json();
return (await response.json());
}

@@ -15,0 +15,0 @@ function createJsonResultParser() {

{
"name": "@amanda-mitchell/biblia-api",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Javascript wrapper for the Biblia API.",

@@ -23,4 +23,3 @@ "type": "module",

"devDependencies": {
"@amanda-mitchell/node-project-scripts": "^3.10.2",
"@types/node-fetch": "^2.5.8",
"@amanda-mitchell/node-project-scripts": "^3.11.0",
"dotenv": "^16.0.0",

@@ -27,0 +26,0 @@ "node-fetch": "^3.2.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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