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

sugar-high

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sugar-high - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

2

package.json
{
"name": "sugar-high",
"version": "0.3.1",
"version": "0.4.0",
"type": "module",

@@ -5,0 +5,0 @@ "exports": "./lib/index.mjs",

@@ -38,23 +38,11 @@ # Sugar High

*/
.sh__class {
color: #2d5e9d;
:root {
--sh-class: #2d5e9d;
--sh-identifier: #354150;
--sh-sign: #8996a3;
--sh-string: #00a99a;
--sh-keyword: #f47067;
--sh-comment: #a19595;
--sh-jsxliterals: #6266d1;
}
.sh__identifier {
color: #2d333b;
}
.sh__sign {
color: #8996a3;
}
.sh__string {
color: #00a99a;
}
.sh__keyword {
color: #f47067;
}
.sh__comment {
color: #a19595;
}
.sh__jsxliterals {
color: #6266d1;
}
```

@@ -69,4 +57,9 @@

```css
pre code {
counter-reset: sh-line-number;
}
.sh__line::before {
content: attr(data-line-number);
counter-increment: sh-line-number 1;
content: counter(sh-line-number);
margin-right: 24px;

@@ -73,0 +66,0 @@ text-align: right;

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