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.26 to 0.3.27

2

package.json

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

"author": "symbo.ls",
"version": "0.3.26",
"version": "0.3.27",
"files": [

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

@@ -6,2 +6,2 @@ 'use strict'

export const CSS_VARS = {}
export default CONFIG
export { CONFIG }
'use strict'
import CONFIG from './factory'
export * from './factory'

@@ -10,3 +8,1 @@ export * from './utils'

export * from './reset'
export { CONFIG }
'use strict'
import { applyDocument, applySpacingSequence, applyTimingSequence, applyTypographySequence } from './config'
import CONFIG, { CSS_VARS } from './factory'
import { CONFIG, CSS_VARS } from './factory'
import { applyReset } from './reset'

@@ -6,0 +6,0 @@ import { setColor, setGradient, setFont, setFontFamily, setTheme } from './system'

'use strict'
import CONFIG, { CSS_VARS } from '../factory' // eslint-disable-line
import { CONFIG, CSS_VARS } from '../factory' // eslint-disable-line

@@ -5,0 +5,0 @@ import {

'use strict'
import CONFIG, { CSS_VARS } from '../factory' // eslint-disable-line
import { CONFIG, CSS_VARS } from '../factory' // eslint-disable-line

@@ -5,0 +5,0 @@ import {

'use strict'
import { getColor } from './color'
import CONFIG, { CSS_VARS } from '../factory' // eslint-disable-line
import { CONFIG, CSS_VARS } from '../factory' // eslint-disable-line

@@ -6,0 +6,0 @@ import {

@@ -45,2 +45,2 @@ 'use strict'

return keys.map(key => getFontFaceEachString(key, LIBRARY[key].value))
}
}
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