Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@symbo.ls/scratch

Package Overview
Dependencies
Maintainers
4
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/scratch - npm Package Compare versions

Comparing version 0.7.4 to 0.7.5

2

package.json

@@ -5,3 +5,3 @@ {

"author": "symbo.ls",
"version": "0.7.4",
"version": "0.7.5",
"files": [

@@ -8,0 +8,0 @@ "src"

@@ -86,3 +86,2 @@ 'use strict'

const obj = {}
for (const mediaName in val) {

@@ -93,3 +92,2 @@ const query = MEDIA[mediaName.slice(1)]

}
return obj

@@ -108,3 +106,3 @@ } else {

'@light': setColor(val[0], key, 'light'),
'@dark': setColor(val[0], key, 'dark')
'@dark': setColor(val[1], key, 'dark')
}

@@ -111,0 +109,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