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
262
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.4.0 to 0.4.1

2

package.json

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

"author": "symbo.ls",
"version": "0.4.0",
"version": "0.4.1",
"files": [

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

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

const length = stack.length
console.log(stack)

@@ -71,0 +70,0 @@ const wrapSequenceItem = (prop, i) => getSequenceValue({

@@ -83,4 +83,2 @@ 'use strict'

console.log(defaultProps)
export const TYPOGRAPHY = defaultProps

@@ -88,5 +88,3 @@ 'use strict'

}
console.log(CONFIG.RESET)
console.log(CSS_VARS)
export * from './system'

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

const result = getTheme(variant)
// console.log(variant)
themeValue[`@media (prefers-color-scheme: ${key})`] = result

@@ -103,4 +102,2 @@ if (isObject(variant) && !variant.value) variant.value = result

const variant = variants[key]
// console.log('=========')
// console.log(theme, key, variant, value)
if (key === 'dark' || key === 'light') setPrefersScheme(theme, key, variant, value)

@@ -107,0 +104,0 @@ if (key === 'inverse') setInverseTheme(theme, variant, value)

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

const { sequence, scales } = props
console.log(props)

@@ -27,0 +26,0 @@ for (const key in sequence) {

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