Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@customjs/note

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@customjs/note - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+1
-1
bundles/customjs-note.umd.js

@@ -19,3 +19,3 @@ (function (global, factory) {

changeDetection: core.ChangeDetectionStrategy.OnPush,
styles: [".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px}"]
styles: [".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px;font-size:small}"]
}] }

@@ -22,0 +22,0 @@ ];

@@ -1,2 +0,2 @@

!function(o,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/common")):"function"==typeof define&&define.amd?define("@customjs/note",["exports","@angular/core","@angular/common"],e):e(((o=o||self).customjs=o.customjs||{},o.customjs.note={}),o.ng.core,o.ng.common)}(this,function(o,e,t){"use strict";var n=function(){function o(){}return o.decorators=[{type:e.Component,args:[{selector:"custom-note",template:"<div class=\"custom-note\" [ngClass]=\"color ? 'custom-note-' + color : ''\">\n <ng-content></ng-content>\n</div>\n",changeDetection:e.ChangeDetectionStrategy.OnPush,styles:[".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px}"]}]}],o.ctorParameters=function(){return[]},o.propDecorators={color:[{type:e.Input}]},o}();var r=function(){function o(){}return o.decorators=[{type:e.NgModule,args:[{declarations:[n],imports:[t.CommonModule],exports:[n]}]}],o}();o.CustomjsNoteComponent=n,o.CustomjsNoteModule=r,Object.defineProperty(o,"__esModule",{value:!0})});
!function(o,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/common")):"function"==typeof define&&define.amd?define("@customjs/note",["exports","@angular/core","@angular/common"],e):e(((o=o||self).customjs=o.customjs||{},o.customjs.note={}),o.ng.core,o.ng.common)}(this,function(o,e,t){"use strict";var n=function(){function o(){}return o.decorators=[{type:e.Component,args:[{selector:"custom-note",template:"<div class=\"custom-note\" [ngClass]=\"color ? 'custom-note-' + color : ''\">\n <ng-content></ng-content>\n</div>\n",changeDetection:e.ChangeDetectionStrategy.OnPush,styles:[".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px;font-size:small}"]}]}],o.ctorParameters=function(){return[]},o.propDecorators={color:[{type:e.Input}]},o}();var r=function(){function o(){}return o.decorators=[{type:e.NgModule,args:[{declarations:[n],imports:[t.CommonModule],exports:[n]}]}],o}();o.CustomjsNoteComponent=n,o.CustomjsNoteModule=r,Object.defineProperty(o,"__esModule",{value:!0})});
//# sourceMappingURL=customjs-note.umd.min.js.map

@@ -1,1 +0,1 @@

{"version":3,"sources":["ng://@customjs/note/lib/custom-note.component.ts","ng://@customjs/note/lib/custom-note.module.ts"],"names":["CustomjsNoteComponent","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","Input","CustomjsNoteModule","NgModule","declarations","imports","CommonModule","exports"],"mappings":"uWAAA,IAAAA,EAAA,WAYE,SAAAA,KACF,2BAVCC,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,cACVC,SAAA,uHAEAC,gBAAiBC,EAAAA,wBAAwBC,wKAGxCC,EAAAA,SAGHR,EAbA,GCAA,IAAAS,EAAA,WAIA,SAAAA,KAKiC,2BALhCC,EAAAA,SAAQR,KAAA,CAAC,CACRS,aAAc,CAACX,GACfY,QAAS,CAACC,EAAAA,cACVC,QAAS,CAACd,OAEqBS,EATjC","sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { ThemePalette } from '@angular/material/core';\n\n@Component({\n selector: 'custom-note',\n templateUrl: './custom-note.component.html',\n styleUrls: ['./custom-note.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class CustomjsNoteComponent {\n @Input() color: ThemePalette;\n\n constructor() {}\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { CustomjsNoteComponent } from './custom-note.component';\n\n@NgModule({\n declarations: [CustomjsNoteComponent],\n imports: [CommonModule],\n exports: [CustomjsNoteComponent],\n})\nexport class CustomjsNoteModule {}\n"]}
{"version":3,"sources":["ng://@customjs/note/lib/custom-note.component.ts","ng://@customjs/note/lib/custom-note.module.ts"],"names":["CustomjsNoteComponent","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","Input","CustomjsNoteModule","NgModule","declarations","imports","CommonModule","exports"],"mappings":"uWAAA,IAAAA,EAAA,WAYE,SAAAA,KACF,2BAVCC,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,cACVC,SAAA,uHAEAC,gBAAiBC,EAAAA,wBAAwBC,wLAGxCC,EAAAA,SAGHR,EAbA,GCAA,IAAAS,EAAA,WAIA,SAAAA,KAKiC,2BALhCC,EAAAA,SAAQR,KAAA,CAAC,CACRS,aAAc,CAACX,GACfY,QAAS,CAACC,EAAAA,cACVC,QAAS,CAACd,OAEqBS,EATjC","sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { ThemePalette } from '@angular/material/core';\n\n@Component({\n selector: 'custom-note',\n templateUrl: './custom-note.component.html',\n styleUrls: ['./custom-note.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class CustomjsNoteComponent {\n @Input() color: ThemePalette;\n\n constructor() {}\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { CustomjsNoteComponent } from './custom-note.component';\n\n@NgModule({\n declarations: [CustomjsNoteComponent],\n imports: [CommonModule],\n exports: [CustomjsNoteComponent],\n})\nexport class CustomjsNoteModule {}\n"]}

@@ -1,1 +0,1 @@

{"__symbolic":"module","version":4,"metadata":{"CustomjsNoteComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"character":1},"arguments":[{"selector":"custom-note","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":7,"character":19},"member":"OnPush"},"template":"<div class=\"custom-note\" [ngClass]=\"color ? 'custom-note-' + color : ''\">\n <ng-content></ng-content>\n</div>\n","styles":[".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px}"]}]}],"members":{"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":10,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor"}]}},"CustomjsNoteModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":4,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"CustomjsNoteComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":6,"character":12}],"exports":[{"__symbolic":"reference","name":"CustomjsNoteComponent"}]}]}],"members":{}}},"origins":{"CustomjsNoteComponent":"./lib/custom-note.component","CustomjsNoteModule":"./lib/custom-note.module"},"importAs":"@customjs/note"}
{"__symbolic":"module","version":4,"metadata":{"CustomjsNoteComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":3,"character":1},"arguments":[{"selector":"custom-note","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":7,"character":19},"member":"OnPush"},"template":"<div class=\"custom-note\" [ngClass]=\"color ? 'custom-note-' + color : ''\">\n <ng-content></ng-content>\n</div>\n","styles":[".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px;font-size:small}"]}]}],"members":{"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":10,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor"}]}},"CustomjsNoteModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":4,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"CustomjsNoteComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":6,"character":12}],"exports":[{"__symbolic":"reference","name":"CustomjsNoteComponent"}]}]}],"members":{}}},"origins":{"CustomjsNoteComponent":"./lib/custom-note.component","CustomjsNoteModule":"./lib/custom-note.module"},"importAs":"@customjs/note"}

@@ -14,3 +14,3 @@ /**

changeDetection: ChangeDetectionStrategy.OnPush,
styles: [".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px}"]
styles: [".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px;font-size:small}"]
}] }

@@ -17,0 +17,0 @@ ];

@@ -14,3 +14,3 @@ /**

changeDetection: ChangeDetectionStrategy.OnPush,
styles: [".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px}"]
styles: [".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px;font-size:small}"]
}] }

@@ -17,0 +17,0 @@ ];

@@ -16,3 +16,3 @@ import { Component, ChangeDetectionStrategy, Input, NgModule } from '@angular/core';

changeDetection: ChangeDetectionStrategy.OnPush,
styles: [".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px}"]
styles: [".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px;font-size:small}"]
}] }

@@ -19,0 +19,0 @@ ];

@@ -16,3 +16,3 @@ import { Component, ChangeDetectionStrategy, Input, NgModule } from '@angular/core';

changeDetection: ChangeDetectionStrategy.OnPush,
styles: [".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px}"]
styles: [".custom-note{border-left:2px solid #b6b3ae;margin-left:2px;padding-left:4px;font-size:small}"]
}] }

@@ -19,0 +19,0 @@ ];

{
"name": "@customjs/note",
"version": "1.0.6",
"version": "1.0.7",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": ">=8.2.0",