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

angular2-resource-and-ajax-interceptor

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-resource-and-ajax-interceptor - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

3

httpresource/resource.js

@@ -229,2 +229,5 @@ System.register(['@angular/core', '@angular/http', './ajax-interceptor'], function(exports_1, context_1) {

RequestCallbackHD.prototype.getParamNames = function (func) {
if (!func) {
return null;
}
var fnStr = func.toString().replace(this.STRIP_COMMENTS, '');

@@ -231,0 +234,0 @@ var result = fnStr.slice(fnStr.indexOf('(') + 1, fnStr.indexOf(')')).match(this.ARGUMENT_NAMES);

@@ -201,2 +201,5 @@ import {Injectable, Inject} from '@angular/core';

getParamNames(func) {
if(!func) {
return null;
}
var fnStr = func.toString().replace(this.STRIP_COMMENTS, '');

@@ -203,0 +206,0 @@ var result = fnStr.slice(fnStr.indexOf('(') + 1, fnStr.indexOf(')')).match(this.ARGUMENT_NAMES);

2

package.json
{
"name": "angular2-resource-and-ajax-interceptor",
"version": "2.0.1",
"version": "2.0.2",
"description": "angular2-resource-and-ajax-interceptor is angular2 http service helper.",

@@ -5,0 +5,0 @@ "main": "index.js",

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