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

@progress/kendo-angular-label

Package Overview
Dependencies
Maintainers
1
Versions
884
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-angular-label - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4-dev.201710041401

dist/systemjs/kendo-angular-label.js

10

dist/es/label.directive.d.ts

@@ -7,3 +7,2 @@ /**

* To associate a component by using the `label` element, either:
*
* * Set the `[for]` property binding to a

@@ -15,3 +14,3 @@ * [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or

* ```ts
* @@Component({
* _@Component({
* selector: 'my-app',

@@ -37,6 +36,5 @@ * template: `

/**
* Sets the focusable target either:
*
* * As a [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or
* * As an `id` HTML string value.
* Sets the focusable target either as:
* * A [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or
* * An `id` HTML string value.
*/

@@ -43,0 +41,0 @@ for: string | {

3

dist/es/label.directive.js

@@ -11,3 +11,2 @@ import { Directive, Input, HostBinding, HostListener } from '@angular/core';

* To associate a component by using the `label` element, either:
*
* * Set the `[for]` property binding to a

@@ -19,3 +18,3 @@ * [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or

* ```ts
* @@Component({
* _@Component({
* selector: 'my-app',

@@ -22,0 +21,0 @@ * template: `

@@ -5,3 +5,2 @@ /**

* The package exports:
*
* - `LabelDirective`—The Label directive class.

@@ -12,6 +11,6 @@ *

* ```ts-no-run
* // Import the Label module.
* // Import the Label module
* import { LabelModule } from '@progress/kendo-angular-label';
*
* // The browser platform with a compiler.
* // The browser platform with a compiler
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

@@ -21,7 +20,7 @@ *

*
* // Import the app component.
* // Import the app component
* import { AppComponent } from './app.component';
*
* // Define the app module.
* @@NgModule({
* // Define the app module
* _@NgModule({
* declarations: [AppComponent], // declare app component

@@ -33,3 +32,3 @@ * imports: [BrowserModule, LabelModule], // import Label module

*
* // Compile and launch the module.
* // Compile and launch the module
* platformBrowserDynamic().bootstrapModule(AppModule);

@@ -36,0 +35,0 @@ *

@@ -8,3 +8,2 @@ import { NgModule } from '@angular/core';

* The package exports:
*
* - `LabelDirective`—The Label directive class.

@@ -15,6 +14,6 @@ *

* ```ts-no-run
* // Import the Label module.
* // Import the Label module
* import { LabelModule } from '@progress/kendo-angular-label';
*
* // The browser platform with a compiler.
* // The browser platform with a compiler
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

@@ -24,7 +23,7 @@ *

*
* // Import the app component.
* // Import the app component
* import { AppComponent } from './app.component';
*
* // Define the app module.
* @@NgModule({
* // Define the app module
* _@NgModule({
* declarations: [AppComponent], // declare app component

@@ -36,3 +35,3 @@ * imports: [BrowserModule, LabelModule], // import Label module

*
* // Compile and launch the module.
* // Compile and launch the module
* platformBrowserDynamic().bootstrapModule(AppModule);

@@ -39,0 +38,0 @@ *

@@ -7,3 +7,2 @@ /**

* To associate a component by using the `label` element, either:
*
* * Set the `[for]` property binding to a

@@ -15,3 +14,3 @@ * [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or

* ```ts
* @@Component({
* _@Component({
* selector: 'my-app',

@@ -37,6 +36,5 @@ * template: `

/**
* Sets the focusable target either:
*
* * As a [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or
* * As an `id` HTML string value.
* Sets the focusable target either as:
* * A [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or
* * An `id` HTML string value.
*/

@@ -43,0 +41,0 @@ for: string | {

@@ -13,3 +13,2 @@ "use strict";

* To associate a component by using the `label` element, either:
*
* * Set the `[for]` property binding to a

@@ -21,3 +20,3 @@ * [template reference variable](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#ref-vars), or

* ```ts
* @@Component({
* _@Component({
* selector: 'my-app',

@@ -24,0 +23,0 @@ * template: `

@@ -5,3 +5,2 @@ /**

* The package exports:
*
* - `LabelDirective`—The Label directive class.

@@ -12,6 +11,6 @@ *

* ```ts-no-run
* // Import the Label module.
* // Import the Label module
* import { LabelModule } from '@progress/kendo-angular-label';
*
* // The browser platform with a compiler.
* // The browser platform with a compiler
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

@@ -21,7 +20,7 @@ *

*
* // Import the app component.
* // Import the app component
* import { AppComponent } from './app.component';
*
* // Define the app module.
* @@NgModule({
* // Define the app module
* _@NgModule({
* declarations: [AppComponent], // declare app component

@@ -33,3 +32,3 @@ * imports: [BrowserModule, LabelModule], // import Label module

*
* // Compile and launch the module.
* // Compile and launch the module
* platformBrowserDynamic().bootstrapModule(AppModule);

@@ -36,0 +35,0 @@ *

@@ -10,3 +10,2 @@ "use strict";

* The package exports:
*
* - `LabelDirective`—The Label directive class.

@@ -17,6 +16,6 @@ *

* ```ts-no-run
* // Import the Label module.
* // Import the Label module
* import { LabelModule } from '@progress/kendo-angular-label';
*
* // The browser platform with a compiler.
* // The browser platform with a compiler
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

@@ -26,7 +25,7 @@ *

*
* // Import the app component.
* // Import the app component
* import { AppComponent } from './app.component';
*
* // Define the app module.
* @@NgModule({
* // Define the app module
* _@NgModule({
* declarations: [AppComponent], // declare app component

@@ -38,3 +37,3 @@ * imports: [BrowserModule, LabelModule], // import Label module

*
* // Compile and launch the module.
* // Compile and launch the module
* platformBrowserDynamic().bootstrapModule(AppModule);

@@ -41,0 +40,0 @@ *

@@ -6,3 +6,3 @@ {

"license": "SEE LICENSE IN LICENSE.md",
"version": "1.0.3",
"version": "1.0.4-dev.201710041401",
"main": "dist/npm/main.js",

@@ -28,4 +28,4 @@ "module": "dist/es/main.js",

"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/common": "^4.0.0 || ^5.0.0",
"@angular/core": "^4.0.0 || ^5.0.0",
"rxjs": "^5.0.1"

@@ -32,0 +32,0 @@ },

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