Socket
Socket
Sign inDemoInstall

@clearroad/api

Package Overview
Dependencies
8
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.3.0

3

dist/commonjs/clearroad.js

@@ -442,3 +442,4 @@ "use strict";

message_types_1.PortalTypes.RoadEvent,
message_types_1.PortalTypes.RoadTransaction
message_types_1.PortalTypes.RoadTransaction,
message_types_1.PortalTypes.OdometerReading
].filter(function (type) { return _this.filterPortalTypes.indexOf(type) !== -1; });

@@ -445,0 +446,0 @@ // add default one

@@ -420,3 +420,4 @@ const Rusha = require('rusha');

PortalTypes.RoadEvent,
PortalTypes.RoadTransaction
PortalTypes.RoadTransaction,
PortalTypes.OdometerReading
].filter(type => this.filterPortalTypes.indexOf(type) !== -1);

@@ -423,0 +424,0 @@ // add default one

{
"name": "@clearroad/api",
"version": "3.1.0",
"version": "3.3.0",
"description": "",

@@ -56,3 +56,2 @@ "main": "dist/commonjs/index.js",

"@types/node": "~8.9.4",
"azure-storage": "^2.10.0",
"canonical-path": "^1.0.0",

@@ -91,2 +90,3 @@ "copy-dir": "^0.4.0",

"rollup-plugin-uglify": "^4.0.0",
"s3": "^4.4.0",
"standard-version": "^4.4.0",

@@ -93,0 +93,0 @@ "ts-node": "^7.0.1",

Sorry, the diff of this file is not supported yet

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