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

@symbo.ls/atoms

Package Overview
Dependencies
Maintainers
7
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/atoms - npm Package Compare versions

Comparing version 1.2.19 to 1.2.20

4

package.json
{
"name": "@symbo.ls/atoms",
"version": "1.2.19",
"version": "1.2.20",
"main": "index.js",
"license": "MIT",
"gitHead": "e4a8395bb28c9a498ee5de17e8b6dbb38391b0ce",
"gitHead": "b63f1feeaceb4cd5257bca1bee630dd3b28f5cd2",
"dependencies": {

@@ -8,0 +8,0 @@ "@domql/utils": "latest",

'use strict'
import { init } from '@symbo.ls/init'
// import { init } from '@symbo.ls/init'

@@ -20,4 +20,6 @@ // create SVG symbol

if (!useSvgSprite) return props.src
const { init } = require('@symbo.ls/init')
if (!useSvgSprite && props.src) return props.src
const spriteId = props.spriteId

@@ -24,0 +26,0 @@ if (spriteId) return useSVGSymbol(spriteId)

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