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

@symbo.ls/icon

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/icon - npm Package Compare versions

Comparing version 2.11.482 to 2.11.491

6

index.js

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

if (el.call('isString', icon) && icon.includes('{{')) {
icon = el.call('replaceLiteralsWithObjectFields', icon, s)
icon = el.call('replaceLiteralsWithObjectFields', icon)
}

@@ -24,3 +24,3 @@

props: (el, s, ctx) => {
const { props, parent, deps } = el
const { props, parent } = el
const { ICONS, useIconSprite, verbose } = ctx && ctx.designSystem

@@ -52,3 +52,3 @@ const { toCamelCase } = ctx && ctx.utils

if (el.call('isString', activeIconName) && activeIconName.includes('{{')) {
activeIconName = deps.replaceLiteralsWithObjectFields(activeIconName, s)
activeIconName = el.call('replaceLiteralsWithObjectFields', activeIconName)
}

@@ -55,0 +55,0 @@

{
"name": "@symbo.ls/icon",
"version": "2.11.482",
"version": "2.11.491",
"main": "index.js",
"license": "MIT",
"gitHead": "0a1b1317d8c11138bcd9dc171074db65453289ed",
"gitHead": "ddd06b2b342480b2e20c02df04f9856d4ddf7060",
"dependencies": {
"@symbo.ls/atoms": "^2.11.480",
"@symbo.ls/atoms": "^2.11.491",
"@symbo.ls/utils": "^2.11.475"

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