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

ej-angular2

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ej-angular2 - npm Package Compare versions

Comparing version 15.1.33-beta-0.0.3 to 15.1.33-beta-0.0.4

2

package.json
{
"name": "ej-angular2",
"description": "Angular 2 components for Syncfusion JavaScript widgets",
"version": "15.1.33-beta-0.0.3",
"version": "15.1.33-beta-0.0.4",
"scripts": {

@@ -6,0 +6,0 @@ "lint": "tslint ej/**/*.ts",

@@ -34,3 +34,3 @@ import { ViewContainerRef, EventEmitter, QueryList, Type, ElementRef, SimpleChange, ChangeDetectorRef, TemplateRef } from '@angular/core';

protected createTwoways(twoways: Array<string>): void;
protected addTwoways(prop: string): Function;
protected addTwoways(prop: any): Function;
ngAfterContentInit(): void;

@@ -72,3 +72,3 @@ private static bindAndRaiseEvent(instance, model, event);

ngAfterContentInit(): void;
ngOnChanges(changes: SimpleChange): void;
ngOnChanges(changes: any): void;
getList(): T[];

@@ -99,3 +99,3 @@ getChangesAndReset(): Array<IChildChange>;

}
export declare function CreateArrayTagDirective(property: string, selector: string, type: Type<any>): Type<any>;
export declare function CreateArrayTagDirective(property: string, selector: string, type: any): Type<any>;
export declare function CreateComponent(controlName: string, componentArgs: {

@@ -102,0 +102,0 @@ selector: string;

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