New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dfx-helper

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dfx-helper - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [5.0.2](https://github.com/Dafnik/dfts-common/compare/dfx-helper-5.0.1...dfx-helper-5.0.2) (2023-02-06)
### Bug Fixes
- **dfx-helper:** fix double converting ([98f7ff8](https://github.com/Dafnik/dfts-common/commit/98f7ff8054a67e2b4eeb5b24813b2ae7b7579a41))
## [5.0.1](https://github.com/Dafnik/dfts-common/compare/dfx-helper-5.0.0...dfx-helper-5.0.1) (2023-02-06)

@@ -2,0 +8,0 @@

4

lib/entities/services/abstract-entity.service.d.ts
import { HttpClient } from '@angular/common/http';
import { Observable, Subject } from 'rxjs';
import { EntityList, IEntity, IEntityList, StringOrNumber, UndefinedOr, UnknownOr } from 'dfts-helper';
import { IEntity, IEntityList, StringOrNumber, UndefinedOr, UnknownOr } from 'dfts-helper';
import { KeyValuePair } from '../../key-value-pair';

@@ -77,3 +77,3 @@ export declare abstract class AEntityService<idType extends StringOrNumber, EntityType extends IEntity<idType>> {

getAll(urlKeyPairs?: KeyValuePair[], httpParams?: KeyValuePair[]): IEntityList<EntityType>;
protected setAll(entities: EntityList<EntityType>): void;
protected setAll(entities: IEntityList<EntityType>): void;
removeAll(): void;

@@ -80,0 +80,0 @@ fetchAll(urlKeyPairs?: KeyValuePair[], httpParams?: KeyValuePair[]): void;

{
"name": "dfx-helper",
"version": "5.0.1",
"version": "5.0.2",
"description": "Web-development / Typescript / Angular Library with tons of utility tools helping in all projects",

@@ -5,0 +5,0 @@ "private": false,

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

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