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

@solidexpert/comments-api

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solidexpert/comments-api - npm Package Compare versions

Comparing version 1.0.77 to 1.0.83

esm2022/lib/common/formArrayExtended.mjs

2

lib/common/utils.d.ts
import { AbstractControl } from '@angular/forms';
export declare type ControlFactory = () => AbstractControl;
export type ControlFactory = () => AbstractControl;
/**

@@ -4,0 +4,0 @@ * Recursively sets values of nested controls so nested object === null/undefined

{
"name": "@solidexpert/comments-api",
"version": "1.0.77",
"version": "1.0.83",
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.4.0"
},
"module": "fesm2015/solidexpert-comments-api.mjs",
"es2020": "fesm2020/solidexpert-comments-api.mjs",
"esm2020": "esm2020/solidexpert-comments-api.mjs",
"fesm2020": "fesm2020/solidexpert-comments-api.mjs",
"fesm2015": "fesm2015/solidexpert-comments-api.mjs",
"module": "fesm2022/solidexpert-comments-api.mjs",
"typings": "index.d.ts",

@@ -23,7 +19,5 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/solidexpert-comments-api.mjs",
"es2020": "./fesm2020/solidexpert-comments-api.mjs",
"es2015": "./fesm2015/solidexpert-comments-api.mjs",
"node": "./fesm2015/solidexpert-comments-api.mjs",
"default": "./fesm2020/solidexpert-comments-api.mjs"
"esm2022": "./esm2022/solidexpert-comments-api.mjs",
"esm": "./esm2022/solidexpert-comments-api.mjs",
"default": "./fesm2022/solidexpert-comments-api.mjs"
}

@@ -30,0 +24,0 @@ },

export * from './lib/model';
export * from './lib/controllers/Comment';
export * from './lib/common/formArrayExtended';
export * from './lib/common/formMap';
export * from './lib/common/utils';
export * from './lib/controllers/Comment';
export * from './lib/defs/CommentPageViewModelResponse';

@@ -22,4 +22,4 @@ export * from './lib/defs/CommentPageViewModelResponseItemResponse';

export * from './lib/defs/StringItemResponse';
export * from './lib/defs/UserInformationViewModelSummary';
export * from './lib/defs/StringStringKeyValuePair';
export * from './lib/defs/UserInformationViewModelSummary';
export * from './lib/store/comment/DeleteComment/DeleteComment.service';

@@ -30,3 +30,2 @@ export * from './lib/store/comment/DislikeComment/DislikeComment.service';

export * from './lib/store/comment/GetCommentListByUserInformationId/GetCommentListByUserInformationId.service';
export * from './lib/store/comment/GetCommentsCount/GetCommentsCount.service';
export * from './lib/store/comment/GetRatingInfo/GetRatingInfo.service';

@@ -38,2 +37,3 @@ export * from './lib/store/comment/LikeComment/LikeComment.service';

export * from './lib/store/comment/RemoveLike/RemoveLike.service';
export * from './lib/store/comment/GetCommentsCount/GetCommentsCount.service';
export * from './lib/store/comment/SetCommentScore/SetCommentScore.service';
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