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

@symbo.ls/init

Package Overview
Dependencies
Maintainers
4
Versions
133
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 1.0.3 to 1.0.5

18

index.js

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

RESET,
getFontFace
getFontFaceString
} from '@symbo.ls/scratch'

@@ -13,11 +13,17 @@ import CONFIG_DEFAULT from '@symbo.ls/config-default'

import { injectGlobal } from '@emotion/css'
import createEmotion from '@emotion/css/create-instance'
import { setClassname } from 'css-in-props'
const { css, injectGlobal } = createEmotion({
key: 'smbls'
})
export * from 'css-in-props'
export const init = (config) => {
const defaultConfig = config || CONFIG_DEFAULT || SYMBOLSRC_FILE
const Scratch = set({ verbose: false, ...defaultConfig })
console.log(Scratch)
set({ verbose: false, ...defaultConfig })
const FontFace = getFontFace(FONT)
const FontFace = getFontFaceString(FONT)

@@ -27,1 +33,3 @@ injectGlobal(FontFace)

}
export const setClass = props => setClassname(props, css)
{
"name": "@symbo.ls/init",
"version": "1.0.3",
"version": "1.0.5",
"license": "MIT",

@@ -10,3 +10,4 @@ "gitHead": "54fa6500c697604b3f48ba33a573545d7bff35fa",

"@symbo.ls/config-default": "latest",
"@symbo.ls/scratch": "latest"
"@symbo.ls/scratch": "latest",
"css-in-props": "latest"
},

@@ -25,2 +26,3 @@ "source": "index.js",

"build": "parcel build index.js",
"build:watch": "nodemon --exec \"yarn build\" --ignore 'dist/*' --watch ..",
"test:lint": "npx standard \"packages/**/*.js\"",

@@ -27,0 +29,0 @@ "test": "echo running all tests is not supported, maybe run: \"yarn test:lint\"",

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