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

@symbo.ls/box

Package Overview
Dependencies
Maintainers
8
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/box - npm Package Compare versions

Comparing version 2.11.101 to 2.11.111

6

index.js

@@ -18,2 +18,4 @@ 'use strict'

import { isString } from '@domql/utils'
const PropsCSS = {

@@ -42,3 +44,4 @@ class: {

attr: {
id: ({ props }) => props.id,
id: ({ props }) => isString(props.id) && props.id,
title: ({ props }) => isString(props.title) && props.title,
contenteditable: ({ props }) => props.contenteditable,

@@ -51,3 +54,2 @@ dir: ({ props }) => props.dir,

tabindex: ({ props }) => props.tabindex,
title: ({ props }) => props.title,
translate: ({ props }) => props.translate

@@ -54,0 +56,0 @@ }

{
"name": "@symbo.ls/box",
"version": "2.11.101",
"version": "2.11.111",
"main": "index.js",

@@ -10,3 +10,6 @@ "license": "MIT",

"source": "src/index.js",
"gitHead": "e6e99cfe2412652932a3c0eb2f580b427e6b8096"
"gitHead": "aa3de4cf73a9919ac866233c63cc5879c8e1fac8",
"devDependencies": {
"@babel/core": "^7.12.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