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

jasmine-auto-spies

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-auto-spies - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

8

package.json
{
"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

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