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-201901281130 to 0.0.11-201902121430

10

bundles/index.umd.js

@@ -585,5 +585,6 @@ (function (global, factory) {

};
var result$ = this.restService.query(entityFilter);
return result$.pipe(map.map(function (listData) {
var query$ = this.restService.query(entityFilter);
return query$.pipe(map.map(function (queryResult) {
var entities = [];
var listData = queryResult['result'];
listData.forEach(function (data) {

@@ -607,5 +608,6 @@ var entity = _this.buildEntity(data);

var _this = this;
var result$ = this.restService.query();
return result$.pipe(map.map(function (listData) {
var query$ = this.restService.query();
return query$.pipe(map.map(function (queryResult) {
var entities = [];
var listData = queryResult['result'];
listData.forEach(function (data) {

@@ -612,0 +614,0 @@ var entity = _this.buildEntity(data);

@@ -560,5 +560,6 @@ import { InjectionToken, Injectable, Injector } from '@angular/core';

};
const result$ = this.restService.query(entityFilter);
return result$.pipe(map((listData) => {
const query$ = this.restService.query(entityFilter);
return query$.pipe(map((queryResult) => {
const entities = [];
const listData = queryResult['result'];
listData.forEach((data) => {

@@ -581,5 +582,6 @@ const entity = this.buildEntity(data);

getList() {
const result$ = this.restService.query();
return result$.pipe(map((listData) => {
const query$ = this.restService.query();
return query$.pipe(map((queryResult) => {
const entities = [];
const listData = queryResult['result'];
listData.forEach((data) => {

@@ -586,0 +588,0 @@ const entity = this.buildEntity(data);

@@ -589,5 +589,6 @@ import { InjectionToken, Injectable, Injector } from '@angular/core';

};
var result$ = this.restService.query(entityFilter);
return result$.pipe(map(function (listData) {
var query$ = this.restService.query(entityFilter);
return query$.pipe(map(function (queryResult) {
var entities = [];
var listData = queryResult['result'];
listData.forEach(function (data) {

@@ -611,5 +612,6 @@ var entity = _this.buildEntity(data);

var _this = this;
var result$ = this.restService.query();
return result$.pipe(map(function (listData) {
var query$ = this.restService.query();
return query$.pipe(map(function (queryResult) {
var entities = [];
var listData = queryResult['result'];
listData.forEach(function (data) {

@@ -616,0 +618,0 @@ var entity = _this.buildEntity(data);

2

package.json
{
"name": "@farris/bef",
"version": "0.0.11-201901281130",
"version": "0.0.11-201902121430",
"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