Socket
Socket
Sign inDemoInstall

@cloukit/common

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloukit/common - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

6

common.es5.js

@@ -12,3 +12,3 @@ import { Directive, ElementRef, EventEmitter, HostListener, Input, NgModule, Output } from '@angular/core';

*/
var CloukitHasFocusDirective = (function () {
var CloukitHasFocusDirective = /** @class */ (function () {
/**

@@ -66,3 +66,3 @@ * @param {?} el

*/
var CloukitClickOutsideDirective = (function () {
var CloukitClickOutsideDirective = /** @class */ (function () {
/**

@@ -116,3 +116,3 @@ * @param {?} el

*/
var CloukitCommonModule = (function () {
var CloukitCommonModule = /** @class */ (function () {
function CloukitCommonModule() {

@@ -119,0 +119,0 @@ }

{
"name": "@cloukit/common",
"version": "1.4.0",
"version": "1.5.0",
"description": "Common directives that are used by higher level components such as hasFocus and similar.",

@@ -19,12 +19,11 @@ "private": false,

"peerDependencies": {
"@angular/core": "^4.0.1",
"@angular/common": "^4.0.1",
"@angular/platform-browser": "^4.0.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
"@angular/common": ">=4.0.0",
"@angular/core": ">=4.0.0",
"rxjs": ">=5.0.0",
"zone.js": ">=0.8.0"
},
"dependencies": {},
"devDependencies": {
"@cloukit/library-build-chain": "1.3.0"
"@cloukit/library-build-chain": "1.4.4"
}
}
}
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