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

howsmydriving-dummy

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

howsmydriving-dummy - npm Package Compare versions

Comparing version 0.1.90 to 0.1.91

1

definitions/src/dummyregion.d.ts
import { ICitation, Citation, ICollision, Region, RegionFactory, IStateStore } from 'howsmydriving-utils';
export declare class DummyRegionFactory extends RegionFactory {
name: string;
createRegion(state_store: IStateStore): Promise<Region>;

@@ -4,0 +5,0 @@ }

4

dist/src/dummyregion.js

@@ -64,3 +64,5 @@ "use strict";

function DummyRegionFactory() {
return _super !== null && _super.apply(this, arguments) || this;
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.name = logging_1.__REGION_NAME__;
return _this;
}

@@ -67,0 +69,0 @@ DummyRegionFactory.prototype.createRegion = function (state_store) {

{
"name": "howsmydriving-dummy",
"version": "0.1.90",
"version": "0.1.91",
"description": "Dummy region plug-in for @HowsMyDrivingWA.",

@@ -5,0 +5,0 @@ "declaration": true,

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