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

ble-serialport

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ble-serialport - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

ble-serialport-bundle-entry.js

11

gulpfile.js

@@ -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

2

package.json
{
"name": "ble-serialport",
"version": "0.1.0",
"version": "0.1.1",
"description": "Virtual serial device over BLE",

@@ -5,0 +5,0 @@ "main": "index.js",

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