New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-201902272210 to 0.0.11-201903021330

4

bundles/index.umd.js

@@ -916,3 +916,3 @@ (function (global, factory) {

var cancel$ = this.restService.cancel();
cancel$.pipe(tap.tap(function () {
var result$ = cancel$.pipe(tap.tap(function () {
var entities = _this.entityCollection.toArray();

@@ -925,3 +925,3 @@ entities.forEach(function (entity) {

}));
return cancel$;
return result$;
};

@@ -928,0 +928,0 @@ // #region 工具方法

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

const cancel$ = this.restService.cancel();
cancel$.pipe(tap(() => {
const result$ = cancel$.pipe(tap(() => {
const entities = this.entityCollection.toArray();

@@ -885,3 +885,3 @@ entities.forEach((entity) => {

}));
return cancel$;
return result$;
}

@@ -888,0 +888,0 @@ // #region 工具方法

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

var cancel$ = this.restService.cancel();
cancel$.pipe(tap(function () {
var result$ = cancel$.pipe(tap(function () {
var entities = _this.entityCollection.toArray();

@@ -929,3 +929,3 @@ entities.forEach(function (entity) {

}));
return cancel$;
return result$;
};

@@ -932,0 +932,0 @@ // #region 工具方法

{
"name": "@farris/bef",
"version": "0.0.11-201902272210",
"version": "0.0.11-201903021330",
"description": "Farris Bef",

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

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