New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-sword-interface

Package Overview
Dependencies
Maintainers
1
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sword-interface - npm Package Compare versions

Comparing version
1.0.118
to
1.0.119
+1
-1
package.json
{
"name": "node-sword-interface",
"version": "1.0.118",
"version": "1.0.119",
"description": "Javascript (N-API) interface to SWORD library",

@@ -5,0 +5,0 @@ "keywords": [

@@ -227,4 +227,4 @@ /* This file is part of node-sword-interface.

#if TARGET_OS_IOS
// eBible.org repository is excluded on iOS / iPadOS, because we could not reliably
#if TARGET_OS_IOS || defined(__ANDROID__)
// eBible.org repository is excluded on iOS / iPadOS and Android, because we could not reliably
// get it to a working state on these platforms (as of 2026-04-03).

@@ -236,3 +236,3 @@ if (source != "eBible.org") {

#if TARGET_OS_IOS
#if TARGET_OS_IOS || defined(__ANDROID__)
}

@@ -239,0 +239,0 @@ #endif