ble-serialport
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -67,2 +67,11 @@ /* jshint node: true */ | ||
gulp.task('build-ble-serialport', function() { | ||
gulp.src('ble-serialport-bundle-entry.js') | ||
.pipe(browserify({ | ||
debug: options.param.debug | ||
})) | ||
.pipe(rename('ble-serialport-bundle.js')) | ||
.pipe(gulp.dest(options.param.build)); | ||
}); | ||
gulp.task('build-firmata', function() { | ||
@@ -102,3 +111,3 @@ gulp.src('firmata-bundle-entry.js') | ||
gulp.task('build', ['build-j5', 'build-firmata']); | ||
gulp.task('build', ['build-ble-serialport', 'build-j5', 'build-firmata']); | ||
@@ -105,0 +114,0 @@ //FIXME: currently compress won't work with a clean build |
{ | ||
"name": "ble-serialport", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Virtual serial device over BLE", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161746
12
4680
5
1