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

grape-theme

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grape-theme - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

13

dist/fonts.js

@@ -16,9 +16,10 @@ "use strict";

exports["default"] = {
smaller: get(11),
small: get(13),
normal: get(15),
big: get(17),
bigger: get(19),
biggest: get(21)
smallest: get(7),
smaller: get(10),
small: get(12),
normal: get(14),
big: get(16),
bigger: get(18),
biggest: get(20)
};
module.exports = exports["default"];
{
"smallest": {
"fontSize": 7,
"lineHeight": 1.5
},
"smaller": {
"fontSize": 11,
"fontSize": 10,
"lineHeight": 1.5
},
"small": {
"fontSize": 13,
"fontSize": 12,
"lineHeight": 1.5
},
"normal": {
"fontSize": 15,
"fontSize": 14,
"lineHeight": 1.5
},
"big": {
"fontSize": 17,
"fontSize": 16,
"lineHeight": 1.5
},
"bigger": {
"fontSize": 19,
"fontSize": 18,
"lineHeight": 1.5
},
"biggest": {
"fontSize": 21,
"fontSize": 20,
"lineHeight": 1.5
}
}
{
"name": "grape-theme",
"description": "Theme related files sharable between all ubergrape projects.",
"version": "3.5.0",
"version": "3.5.1",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=0.8.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