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

@symbo.ls/box

Package Overview
Dependencies
Maintainers
6
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.132 to 2.11.160

5

index.js

@@ -42,5 +42,6 @@ 'use strict'

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

@@ -47,0 +48,0 @@ dir: ({ props }) => props.dir,

4

package.json
{
"name": "@symbo.ls/box",
"version": "2.11.132",
"version": "2.11.160",
"main": "index.js",

@@ -11,3 +11,3 @@ "license": "MIT",

"source": "src/index.js",
"gitHead": "13027443598f113dd2b79ddf7aaf1adbd46d97d7",
"gitHead": "f36bc99a2d0c1b771e3d8e104d1b1005b2b0a33a",
"devDependencies": {

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