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

can

Package Overview
Dependencies
Maintainers
1
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

build/c4che/build.config.py

2

can.js

@@ -28,2 +28,2 @@ /* Copyright Sebastian Haas <sebastian@sebastianhaas.info>. All rights reserved.

// Exports
exports.createRawChannel = function(channel) { return new can.RawChannel(channel); }
exports.createRawChannel = function(channel, timestamps) { return new can.RawChannel(channel, timestamps); }

@@ -5,3 +5,3 @@ {

"description": "A SocketCAN abstraction layer for NodeJS.",
"version": "1.0.1",
"version": "1.0.2",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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