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

boar-angular2-testing

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boar-angular2-testing - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

2

dist/lib/response-factory/index.d.ts
import { Response } from 'angular2/http';
export declare class ResponseFactory {
createSuccess({status, message}: {
createSuccess({status, message}?: {
status?: number;

@@ -5,0 +5,0 @@ message?: {};

@@ -7,3 +7,3 @@ "use strict";

ResponseFactory.prototype.createSuccess = function (_a) {
var _b = _a.status, status = _b === void 0 ? 200 : _b, _c = _a.message, message = _c === void 0 ? {} : _c;
var _b = _a === void 0 ? {} : _a, _c = _b.status, status = _c === void 0 ? 200 : _c, _d = _b.message, message = _d === void 0 ? {} : _d;
return this._create({ status: status, message: message });

@@ -10,0 +10,0 @@ };

@@ -41,3 +41,3 @@ {

},
"version": "1.7.1"
"version": "1.7.2"
}

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