New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

microbit-web-bluetooth

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microbit-web-bluetooth - npm Package Compare versions

Comparing version 0.4.1-next.c10a634.0 to 0.4.1

rollup.dev.config.js

6

package.json
{
"name": "microbit-web-bluetooth",
"version": "0.4.1-next.c10a634.0",
"version": "0.4.1",
"description": "Web Bluetooth library for micro:bit",

@@ -24,3 +24,3 @@ "homepage": "https://github.com/thegecko/microbit-web-bluetooth",

"build": "rollup -c && typedoc src",
"watch": "rollup -c -w"
"watch": "rollup -c -w --config rollup.dev.config.js"
},

@@ -42,3 +42,3 @@ "engines": {

"tslint-eslint-rules": "^5.4.0",
"typedoc": "^0.14.2",
"typedoc": "^0.15.0",
"typescript": "^3.4.5"

@@ -45,0 +45,0 @@ },

@@ -7,8 +7,5 @@ import del from "rollup-plugin-delete";

import sourceMaps from "rollup-plugin-sourcemaps"
import serve from "rollup-plugin-serve";
import livereload from "rollup-plugin-livereload";
const name = "microbit";
const pkg = require('./package.json');
const watch = process.env.ROLLUP_WATCH;

@@ -31,3 +28,3 @@ export default {

plugins: [
!watch && del({
del({
targets: [

@@ -47,9 +44,3 @@ "dist/*",

sourceMaps(),
watch && serve({
contentBase: ".",
open: true,
openPage: "/examples/index.html",
}),
watch && livereload()
]
};

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 too big to display

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