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

howsmydriving-nyc

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

howsmydriving-nyc - npm Package Compare versions

Comparing version 0.1.38 to 0.1.39

1

definitions/src/newyorkcity.d.ts

@@ -9,2 +9,3 @@ import { ICitation } from 'howsmydriving-utils';

ProcessCitationsForRequest(citations: ICitation[], query_count: number): Array<string>;
GetRecentCollisions(): Promise<Array<ICollision>>;
GetLastFatalCollision(): Promise<ICollision>;

@@ -11,0 +12,0 @@ GetLastSeriousInjuryCollision(): Promise<ICollision>;

@@ -151,2 +151,9 @@ "use strict";

};
NewYorkCity.prototype.GetRecentCollisions = function () {
return Promise.all([
this.GetLastFatalCollision(),
this.GetLastSeriousInjuryCollision(),
this.GetLastInjuryCollision()
]);
};
NewYorkCity.prototype.GetLastFatalCollision = function () {

@@ -153,0 +160,0 @@ return this.GetLastCollisionsWithCondition('FATALITIES>0', 1);

2

package.json
{
"name": "howsmydriving-nyc",
"version": "0.1.38",
"version": "0.1.39",
"description": "NYC region plug-in for @HowsMyDrivingWA.",

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

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