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

misfit-bolt

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

misfit-bolt - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

index.js

@@ -102,7 +102,7 @@ 'use strict';

off(done) {
off() {
this.set("CLTMP 3200,0");
}
on(done) {
on() {
this.set("CLTMP 3200,1");

@@ -109,0 +109,0 @@ }

{
"name": "misfit-bolt",
"version": "0.0.3",
"version": "0.0.4",
"description": "Misfit Bolt Javascript Interface",

@@ -14,3 +14,4 @@ "keywords": [

"lint": "./bin/jshint *.js",
"test": "./bin/mocha ."
"test": "./bin/mocha .",
"patch-release": "npm version patch && npm publish && git push --follow-tags"
},

@@ -22,3 +23,3 @@ "main": "index.js",

},
"license": "MIT",
"license": "ISC",
"dependencies": {

@@ -25,0 +26,0 @@ "debug": "^2.2.0",

@@ -23,3 +23,3 @@ # Misfit Bolt Javascript Interface

```javascript
Bolt.discover(callback(bolt));
Bolt.discover(callback(bolt), [uuid]);
```

@@ -32,2 +32,7 @@

### Disconnect
```javascript
bolt.connect([callback]);
```
### On

@@ -34,0 +39,0 @@ ```javascript

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