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.3.1 to 3.4.0

3

dist/base-colors.js

@@ -15,4 +15,5 @@ 'use strict';

grayBase: '#737373',
grayLight: '#aaaaaa',
grayLighter: '#f7f7f9',
grayLightest: '#fafafa',
gray: '#666666',

@@ -19,0 +20,0 @@ grayDark: '#4d4d4d',

@@ -9,4 +9,5 @@ {

"orange": "#f5a623",
"grayBase": "#737373",
"grayLight": "#aaaaaa",
"grayLighter": "#f7f7f9",
"grayLightest": "#fafafa",
"gray": "#666666",

@@ -13,0 +14,0 @@ "grayDark": "#4d4d4d",

@@ -31,2 +31,3 @@ 'use strict';

borderLight: 'rgba(0,0,0,0.05)',
borderLighter: 'rgb(224,224,224)',
borderDefault: 'rgba(0,0,0,0.10)',

@@ -33,0 +34,0 @@ borderDark: 'rgba(0,0,0,0.15)'

@@ -19,4 +19,5 @@ {

"borderLight": "rgba(0,0,0,0.05)",
"borderLighter": "rgb(224,224,224)",
"borderDefault": "rgba(0,0,0,0.10)",
"borderDark": "rgba(0,0,0,0.15)"
}
{
"name": "grape-theme",
"description": "Theme related files sharable between all ubergrape projects.",
"version": "3.3.1",
"version": "3.4.0",
"engines": {

@@ -14,6 +14,6 @@ "node": ">=0.8.0"

"scripts": {
"all": "npm run clean && npm run build",
"all": "yarn run clean && yarn run build",
"build": "./bin/build",
"clean": "rm -fr ./dist/*",
"prepublishOnly": "npm run all"
"prepublishOnly": "yarn run all"
},

@@ -20,0 +20,0 @@ "files": [

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