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

simdle-universal

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simdle-universal - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

fallback.js

4

index.js
try {
module.exports = require('simdle-native')
module.exports = require('./native')
} catch {
module.exports = require('./browser')
module.exports = require('./fallback')
}
{
"name": "simdle-universal",
"version": "1.0.1",
"version": "1.0.2",
"description": "Universal wrapper for libsimdle with a JavaScript fallback",
"main": "index.js",
"files": [
"browser.js",
"fallback.js",
"index.js",
"scalar.js"
"scalar.js",
"native/index.js",
"native/prebuilds"
],
"browser": {
"./index.js": "./browser.js"
"./index.js": "./fallback.js"
},
"scripts": {
"test": "standard && brittle test.mjs"
"test": "standard && brittle test.mjs",
"prebuild": "prebuildify --napi --cwd native"
},

@@ -28,8 +31,11 @@ "repository": {

"dependencies": {
"b4a": "^1.6.0"
"b4a": "^1.6.0",
"node-gyp-build": "^4.2.3"
},
"devDependencies": {
"brittle": "^3.1.0",
"napi-macros": "^2.0.0",
"prebuildify": "^5.0.1",
"standard": "^17.0.0"
}
}

@@ -6,3 +6,3 @@ # simdle-universal

```sh
npm install simdle-universal simdle-native
npm install simdle-universal
```

@@ -9,0 +9,0 @@

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