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

@symbo.ls/atoms

Package Overview
Dependencies
Maintainers
8
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 2.11.117 to 2.11.118

4

package.json
{
"name": "@symbo.ls/atoms",
"version": "2.11.117",
"version": "2.11.118",
"main": "index.js",
"license": "MIT",
"gitHead": "d1e61a60ae2da2782dd01e41e16992d61359d95b",
"gitHead": "fae3a9c768a4ea73cd93f9f3cc8514f8fa074ada",
"dependencies": {

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

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

if (props.text === true) return (state && state[key]) || (props && props[key])
if (isString(props.text) && props.text.includes('{{')) return replaceLiteralsWithObjectFields(props.text, state)
if (isString(props.text) && props.text.includes('{{')) {
console.log(props.text)
console.log(replaceLiteralsWithObjectFields(props.text, state))
return replaceLiteralsWithObjectFields(props.text, state)
}
return props.text

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