You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@paperbits/styles

Package Overview
Dependencies
Maintainers
2
Versions
591
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.605 to 0.1.606

4

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

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

"dependencies": {
"@paperbits/common": "0.1.605",
"@paperbits/common": "0.1.606",
"@simonwep/pickr": "^1.7.4",

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

@@ -73,8 +73,2 @@ import { StylePlugin } from "../stylePlugin";

}
rules.push(new StyleRule("position", "absolute"));
rules.push(new StyleRule("top", "0"));
rules.push(new StyleRule("left", "0"));
rules.push(new StyleRule("right", "0"));
rules.push(new StyleRule("bottom", "0"));
}

@@ -81,0 +75,0 @@

@@ -54,2 +54,3 @@ import { StyleRule } from "@paperbits/common/styles";

rules.push(new StyleRule("flexGrow", 1));
rules.push(new StyleRule("flexShrink", 1));
}

@@ -56,0 +57,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc