Socket
Socket
Sign inDemoInstall

zetta-automobile-mock-driver

Package Overview
Dependencies
139
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

7

index.js

@@ -30,2 +30,9 @@ var Device = require('zetta-device');

.when('first', {allow: ['make-not-ready']})
.when('second', {allow: ['make-not-ready']})
.when('third', {allow: ['make-not-ready']})
.when('fourth', {allow: ['make-not-ready']})
.when('fith', {allow: ['make-not-ready']})
.when('sixth', {allow: ['make-not-ready']})
.when('seventh', {allow: ['make-not-ready']})
.when('eigth', {allow: ['make-not-ready']})
.when('not-ready', {allow: ['make-ready']})

@@ -32,0 +39,0 @@ .map('make-not-ready', this.makeNotReady)

2

package.json
{
"name": "zetta-automobile-mock-driver",
"version": "0.0.1",
"version": "0.0.2",
"description": "Mock automobile device for Zetta that generates a sine wave.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc