Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@symbo.ls/init

Package Overview
Dependencies
Maintainers
7
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/init - npm Package Compare versions

Comparing version 2.10.68 to 2.10.69

10

index.js

@@ -71,3 +71,7 @@ 'use strict'

export const updateReset = (config, RC_FILE, options = { emotion: defaultEmotion }) => {
const UPDATE_OPTIONS = {
emotion: defaultEmotion
}
export const updateReset = (config, RC_FILE, options = UPDATE_OPTIONS) => {
const emotion = options.emotion || defaultEmotion
const resultConfig = mergeWithLocalFile(config || {}, RC_FILE)

@@ -78,4 +82,4 @@ const conf = set({

})
options.emotion.injectGlobal({':root': conf.CSS_VARS })
options.emotion.injectGlobal(conf.RESET)
emotion.injectGlobal({':root': conf.CSS_VARS })
emotion.injectGlobal(conf.RESET)
}

@@ -82,0 +86,0 @@

{
"name": "@symbo.ls/init",
"version": "2.10.68",
"version": "2.10.69",
"license": "MIT",
"gitHead": "93780aefe762bd77db53704208c79b58e23b5245",
"gitHead": "17199958c0e7cd6a9938f74149030e768ac1867e",
"source": "index.js",

@@ -7,0 +7,0 @@ "main": "index.js",

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