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.3.27 to 0.3.28

2

package.json

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

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

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

'use strict'
import * as CONFIG from './config'
export const CSS_VARS = {}
export const CSS_VARS = {}
CONFIG.verbose = false
CONFIG.useVariable = false
CONFIG.var = CSS_VARS
export { CONFIG }

@@ -70,7 +70,4 @@ 'use strict'

// console.log('=========')
// console.log(verbose)
CONFIG.verbose = verbose
CONFIG.useVariable = useVariable
// console.log(recivedConfig)
if ((ENV === 'test' || ENV === 'development') && CONFIG.verbose) console.log(CONFIG)

@@ -88,3 +85,2 @@

CONFIG.VARS = CSS_VARS
return CONFIG

@@ -91,0 +87,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