jasmine-auto-spies
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "jasmine-auto-spies", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"repository": { | ||
@@ -83,4 +83,4 @@ "type": "git", | ||
"ts-node": "^3.0.6", | ||
"tslint": "5.10.0", | ||
"typescript": "^2.9.2", | ||
"tslint": "5.18.0", | ||
"typescript": "^3.5.3", | ||
"webpack": "2.7.0" | ||
@@ -94,4 +94,4 @@ }, | ||
"rxjs": "^6.0.0", | ||
"typescript": "^2.8.1" | ||
"typescript": ">=2.8.1" | ||
} | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
function throwArgumentsError(actualArgs) { | ||
var errorMessage = "\n The function was configured with 'calledWith'\n and expects to be called with specific arguments.\n -\n "; | ||
var errorMessage = "\n The function was configured with 'mustBeCalledWith'\n and expects to be called with specific arguments.\n -\n "; | ||
if (!actualArgs || actualArgs.length === 0) { | ||
@@ -6,0 +6,0 @@ errorMessage += "\n But the function was called without any arguments\n "; |
"use strict"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
@@ -7,0 +10,0 @@ extendStatics(d, b); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
425
35512
35