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

@onbright/bluetooth-sdk

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onbright/bluetooth-sdk - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

17

package.json
{
"name": "@onbright/bluetooth-sdk",
"version": "1.1.8",
"type": "module",
"version": "1.1.9",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"jsnext:main": "lib/index.esm.js",
"browser": "lib/index.umd.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "pnpm unbuild",
"build": "rollup -c ",
"publish:sdk": "npm publish --access public"

@@ -14,2 +18,3 @@ },

".": {
"import": "./dist/index.mjs",
"types": "./src/index.ts",

@@ -25,3 +30,9 @@ "development": "./src/index.ts",

"bitwise": "^2.2.1"
},
"files": [
"dist"
],
"devDependencies": {
"turbo": "^2.1.1"
}
}
build.config.ts
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