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 3.1.0 to 3.1.1

2

dist/client.js

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

const contentType = (response.headers.get('Content-Type') || '').split(';', 2)[0];
if (!expectedTypes.some(x => contentType === x)) {
if (!expectedTypes.includes(contentType)) {
throw new Error(`Unexpected response Content-Type: ${contentType}`);

@@ -12,0 +12,0 @@ }

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

@@ -13,2 +13,3 @@ "main": "index.js",

],
"types": "dist/index.d.ts",
"publishConfig": {

@@ -15,0 +16,0 @@ "access": "public"

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