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

quickbit-native

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quickbit-native - npm Package Compare versions

Comparing version 2.2.7 to 2.3.0

binding.js

31

CMakeLists.txt

@@ -6,2 +6,3 @@ cmake_minimum_required(VERSION 3.25)

include(bare)
include(napi)

@@ -12,14 +13,36 @@ if(NOT TARGET quickbit)

add_bare_module(quickbit_native)
add_bare_module(quickbit_native_bare)
target_sources(
${quickbit_native}
${quickbit_native_bare}
PRIVATE
binding.c
PUBLIC
$<TARGET_OBJECTS:quickbit>
$<TARGET_OBJECTS:simdle>
)
target_link_libraries(
${quickbit_native}
${quickbit_native_bare}
PUBLIC
quickbit_static
quickbit
simdle
)
add_napi_module(quickbit_native_node)
target_sources(
${quickbit_native_node}
PRIVATE
binding.c
PUBLIC
$<TARGET_OBJECTS:quickbit>
$<TARGET_OBJECTS:simdle>
)
target_link_libraries(
${quickbit_native_node}
PUBLIC
quickbit
simdle
)

2

index.js

@@ -1,3 +0,3 @@

const binding = require('node-gyp-build')(__dirname)
const b4a = require('b4a')
const binding = require('./binding')

@@ -4,0 +4,0 @@ exports.get = function get (field, bit) {

{
"name": "quickbit-native",
"version": "2.2.7",
"version": "2.3.0",
"description": "libquickbit JavaScript bindings for Node.js",

@@ -8,19 +8,15 @@ "main": "index.js",

"index.js",
"macros.h",
"binding.c",
"binding.js",
"CMakeLists.txt",
"prebuilds",
"binding.c",
"binding.gyp",
"vendor/libquickbit/LICENSE",
"vendor/libquickbit/include",
"vendor/libquickbit/src",
"vendor/libquickbit.gyp",
"vendor/libquickbit/vendor/libsimdle/LICENSE",
"vendor/libquickbit/vendor/libsimdle/include",
"vendor/libquickbit/vendor/libsimdle/src",
"CMakeLists.txt"
"vendor/libquickbit"
],
"addon": true,
"scripts": {
"test": "standard && brittle test.mjs",
"prebuild": "prebuildify",
"install": "node-gyp-build"
"test": "npm run lint && npm run test:bare && npm run test:node",
"test:bare": "bare test.mjs",
"test:node": "node test.mjs",
"lint": "standard"
},

@@ -31,3 +27,3 @@ "repository": {

},
"author": "Kasper Isager Dalsgarð <kasper@funktionel.co>",
"author": "Holepunch",
"license": "Apache-2.0",

@@ -40,10 +36,8 @@ "bugs": {

"b4a": "^1.6.0",
"napi-macros": "^2.0.0",
"node-gyp-build": "^4.2.3"
"load-addon": "^1.0.0"
},
"devDependencies": {
"brittle": "^3.1.0",
"prebuildify": "^6.0.0",
"standard": "^17.0.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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