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
261
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.3.16 to 0.3.17

src/config/cases.js

2

package.json

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

"author": "Symbols",
"version": "0.3.16",
"version": "0.3.17",
"files": [

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

@@ -20,1 +20,3 @@ 'use strict'

export * from './document'
export * from './cases'

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

const { THEME } = CONFIG
// console.log('theme', THEME, CONFIG)
if (isObjectLike(value) && value[1]) {

@@ -218,2 +217,6 @@ const themeName = value[0]

const setCases = (val, key) => {
return val()
}
const setSameValue = (val, key) => val

@@ -230,2 +233,3 @@

media: setSameValue,
cases: setCases,
icons: setSameValue

@@ -232,0 +236,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