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

@farris/bef

Package Overview
Dependencies
Maintainers
10
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@farris/bef - npm Package Compare versions

Comparing version 0.0.11-201902252000 to 0.0.11-201902252100

3

bundles/index.umd.js

@@ -1224,4 +1224,3 @@ (function (global, factory) {

/**
* 发送http请求(请勿使用)
* @internal
* 发送http请求
*/

@@ -1228,0 +1227,0 @@ BefRestService.prototype.request = function (url, method, params, options) {

@@ -1185,4 +1185,3 @@ import { InjectionToken, Injectable, Injector } from '@angular/core';

/**
* 发送http请求(请勿使用)
* @internal
* 发送http请求
*/

@@ -1189,0 +1188,0 @@ request(url, method, params, options) {

@@ -1228,4 +1228,3 @@ import { InjectionToken, Injectable, Injector } from '@angular/core';

/**
* 发送http请求(请勿使用)
* @internal
* 发送http请求
*/

@@ -1232,0 +1231,0 @@ BefRestService.prototype.request = function (url, method, params, options) {

{
"name": "@farris/bef",
"version": "0.0.11-201902252000",
"version": "0.0.11-201902252100",
"description": "Farris Bef",

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

@@ -101,2 +101,6 @@ import { HttpClient } from '@angular/common/http';

/**
* 发送http请求
*/
request(url: string, method: string, params?: any, options?: any): Observable<any>;
/**
* 构造HttpParams对象

@@ -103,0 +107,0 @@ * @param params 请求参数

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