Socket
Socket
Sign inDemoInstall

@paperbits/styles

Package Overview
Dependencies
Maintainers
2
Versions
594
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paperbits/styles - npm Package Compare versions

Comparing version 0.1.557 to 0.1.558

4

package.json
{
"name": "@paperbits/styles",
"version": "0.1.557",
"version": "0.1.558",
"description": "Paperbits style editors.",

@@ -19,3 +19,3 @@ "author": "Paperbits",

"dependencies": {
"@paperbits/common": "0.1.557",
"@paperbits/common": "0.1.558",
"@simonwep/pickr": "^1.7.4",

@@ -22,0 +22,0 @@ "jss": "^10.4.0",

@@ -305,3 +305,3 @@ import * as Objects from "@paperbits/common/objects";

if (otherValues.includes(Display.None) && !otherValues.includes(Display.Inline) && !otherValues.includes(Display.Block)) {
viewManager.notifyError("Visibility", `Element should be set "Visible" on at least one other screen size, before you can set "${optionText}" on current one.`);
viewManager.notifyError("Visibility", `This setting must be set to "Visible" for at least one other screen size, before you can set "${optionText}" on current one.`);
return;

@@ -308,0 +308,0 @@ }

Sorry, the diff of this file is not supported yet

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