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.15 to 0.3.16

src/config/icons.js

2

package.json

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

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

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

@@ -15,4 +15,6 @@ 'use strict'

export * from './responsive'
export * from './icons'
export * from './media'
export * from './document'
'use strict'
export const RESPONSIVE = {
export const BREAKPOINTS = {
screenL: 1920,

@@ -5,0 +5,0 @@ screenD: 1680,

@@ -227,3 +227,4 @@ 'use strict'

spacing: setSameValue,
responsive: setSameValue
media: setSameValue,
icons: setSameValue
}

@@ -266,4 +267,4 @@

CONFIG.verbose = verbose
if ((ENV === 'test' || ENV === 'development') && CONFIG.verbose) console.log(CONFIG)
console.log(CONFIG)
return CONFIG

@@ -270,0 +271,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