microbit-web-bluetooth
Advanced tools
Comparing version 0.4.1-next.c10a634.0 to 0.4.1
{ | ||
"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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
1332028
4883
2