New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vehicles

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vehicles - npm Package Compare versions

Comparing version 2.2.5 to 2.2.8

23

build/es5/bundle.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('babel-runtime/regenerator'), require('babel-runtime/core-js/promise'), require('babel-runtime/core-js/symbol'), require('babel-runtime/helpers/classCallCheck'), require('babel-runtime/helpers/createClass'), require('babel-runtime/core-js/number/max-safe-integer'), require('tslib'), require('decimal.js')) :
typeof define === 'function' && define.amd ? define(['exports', 'babel-runtime/regenerator', 'babel-runtime/core-js/promise', 'babel-runtime/core-js/symbol', 'babel-runtime/helpers/classCallCheck', 'babel-runtime/helpers/createClass', 'babel-runtime/core-js/number/max-safe-integer', 'tslib', 'decimal.js'], factory) :
(factory((global.vehicles = {}),global._regeneratorRuntime,global._Promise,global._Symbol,global._classCallCheck,global._createClass,global._Number$MAX_SAFE_INTEGER,global.tslib_1,global.Decimal));
}(this, (function (exports,_regeneratorRuntime,_Promise,_Symbol,_classCallCheck,_createClass,_Number$MAX_SAFE_INTEGER,tslib_1,Decimal) { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('babel-runtime/regenerator'), require('babel-runtime/helpers/classCallCheck'), require('babel-runtime/helpers/createClass'), require('tslib'), require('decimal.js')) :
typeof define === 'function' && define.amd ? define(['exports', 'babel-runtime/regenerator', 'babel-runtime/helpers/classCallCheck', 'babel-runtime/helpers/createClass', 'tslib', 'decimal.js'], factory) :
(factory((global.vehicles = {}),global._regeneratorRuntime,global._classCallCheck,global._createClass,global.tslib_1,global.Decimal));
}(this, (function (exports,_regeneratorRuntime,_classCallCheck,_createClass,tslib_1,Decimal) { 'use strict';
_regeneratorRuntime = _regeneratorRuntime && _regeneratorRuntime.hasOwnProperty('default') ? _regeneratorRuntime['default'] : _regeneratorRuntime;
_Promise = _Promise && _Promise.hasOwnProperty('default') ? _Promise['default'] : _Promise;
_Symbol = _Symbol && _Symbol.hasOwnProperty('default') ? _Symbol['default'] : _Symbol;
_classCallCheck = _classCallCheck && _classCallCheck.hasOwnProperty('default') ? _classCallCheck['default'] : _classCallCheck;
_createClass = _createClass && _createClass.hasOwnProperty('default') ? _createClass['default'] : _createClass;
_Number$MAX_SAFE_INTEGER = _Number$MAX_SAFE_INTEGER && _Number$MAX_SAFE_INTEGER.hasOwnProperty('default') ? _Number$MAX_SAFE_INTEGER['default'] : _Number$MAX_SAFE_INTEGER;
Decimal = Decimal && Decimal.hasOwnProperty('default') ? Decimal['default'] : Decimal;
var MAX_SAFE_INTEGER = _Number$MAX_SAFE_INTEGER || Math.pow(2, 53) - 1;
var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1;
var DeLorean = function () {

@@ -72,3 +69,3 @@ function DeLorean() {

case 2:
journey = _Symbol();
journey = Symbol();
position = new Decimal(this._position).plus(distance).toNumber();

@@ -94,4 +91,4 @@

_context.next = 12;
return _Promise.all(functions.map(function (func) {
return _Promise.race([new _Promise(function (_, reject) {
return Promise.all(functions.map(function (func) {
return Promise.race([new Promise(function (_, reject) {
return setTimeout(function () {

@@ -207,3 +204,3 @@ reject(new Error("Sorry, it's not allowed to initialize a promise within a scheduled function."));

case 2:
journey = _Symbol();
journey = Symbol();

@@ -226,3 +223,3 @@ this._ongoingJourney = journey;

_context.next = 3;
return _Promise.all(_this._vehicles.map(function (_ref4) {
return Promise.all(_this._vehicles.map(function (_ref4) {
var deLorean = _ref4.deLorean,

@@ -229,0 +226,0 @@ scale = _ref4.scale;

@@ -23,3 +23,4 @@ {

"chai": "^4.1.2",
"eslint-config-holy-grail": "^20.0.0",
"eslint": "^4.6.0",
"eslint-config-holy-grail": "^21.0.0",
"greenkeeper-lockfile": "^1.8.1",

@@ -52,3 +53,3 @@ "grunt": "^1.0.1",

"ts-loader": "^2.3.4",
"tsconfig-holy-grail": "^2.3.0",
"tsconfig-holy-grail": "^2.4.0",
"tslint": "^5.7.0",

@@ -89,3 +90,3 @@ "tslint-config-holy-grail": "^11.0.1",

"types": "build/es2015/module.d.ts",
"version": "2.2.5"
"version": "2.2.8"
}
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