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

@cfcs/angular

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfcs/angular - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

19

package.json
{
"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",

2

types.d.ts

@@ -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

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