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
0.0.1
to
0.0.2
+1
-1
package.json
{
"name": "@customjs/note",
"version": "0.0.1",
"version": "0.0.2",
"peerDependencies": {

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

@@ -16,13 +16,13 @@ @import '~@angular/material/theming';

.customjs-note-primary {
.custom-note-primary {
border-color: $primary-contrast;
}
.customjs-note-accent {
.custom-note-accent {
border-color: $accent-contrast;
}
.customjs-note-warn {
.custom-note-warn {
border-color: $warn-contrast;
}
}