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

1-wire-js

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

1-wire-js - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

package.json
{
"name": "1-wire-js",
"version": "1.4.0",
"version": "1.4.1",
"description": "1-Wire USB Interface",

@@ -5,0 +5,0 @@ "main": "./src/ow.js",

@@ -360,2 +360,2 @@ # 1-Wire® for Javascript

## Copyright and License
Copyright [Keiser Corporation](http://keiser.com/) under the [MIT license](LICENSE.md).
Licensed under the [MIT license](LICENSE.md).
module.exports = function () {
'use strict';
var Q = require('q');
var crc = require('crc');
//var crc = require('crc');
var crc8 = require('../node_modules/crc/lib/crc8_1wire');
var ow = {

@@ -12,5 +13,5 @@ permission: {},

var crc8 = function (value) {
return crc.crc81wire(value);
};
// var crc8 = function (value) {
// return crc.crc81wire(value);
// };

@@ -17,0 +18,0 @@ const TRANSACTION_TIMEOUT = 10;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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