@cfcs/angular
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@cfcs/angular", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Cross Framework Components", | ||
"author": { | ||
"name": "NAVER Corp." | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/naver/cfcs", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/naver/cfcs" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"ngx", | ||
"reactive", | ||
"hooks", | ||
"directive" | ||
], | ||
"dependencies": { | ||
@@ -5,0 +22,0 @@ "tslib": "^2.3.0", |
@@ -14,3 +14,3 @@ import { EventEmitter } from "@angular/core"; | ||
} & AngularReactiveEvents<Events>; | ||
export declare type AngularReactiveAdapterResult<Adapter extends ReactiveAdapter<any, any, any, any, any>, AngularEvents extends Record<string, any> | null = null> = Adapter extends ReactiveAdapter<infer Instance, infer State, infer Methods, any, infer Events> ? AngularReactiveResult<Instance, State, Methods, AngularEvents extends null ? Events : AngularEvents> : {}; | ||
export declare type AngularReactiveAdapterResult<Adapter extends ReactiveAdapter<any, any, any, any, any>, PropertyPrefix extends string = ""> = Adapter extends ReactiveAdapter<infer Instance, infer State, infer Methods, any, infer Events> ? AngularReactiveResult<Instance, State, Methods, AngularBindingProperties<Events, PropertyPrefix>> : {}; | ||
export {}; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
25971
0
1
1
0