Socket
Socket
Sign inDemoInstall

@paperbits/styles

Package Overview
Dependencies
Maintainers
2
Versions
592
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.584 to 0.1.585

1

ko/bindingHandlers/bindingHandlers.styleableGlobal.ts

@@ -34,2 +34,3 @@ import * as ko from "knockout";

break;
case 1:

@@ -36,0 +37,0 @@ backgroundObservable("transparent");

4

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

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

"dependencies": {
"@paperbits/common": "0.1.584",
"@paperbits/common": "0.1.585",
"@simonwep/pickr": "^1.7.4",

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

@@ -632,2 +632,3 @@ import * as ko from "knockout";

styleContextualEditor.selectCommands.push({
name: "edit",
controlType: "toolbox-button",

@@ -643,2 +644,3 @@ displayName: "Edit shadow",

styleContextualEditor.selectCommands.push({
name: "edit",
controlType: "toolbox-button",

@@ -654,2 +656,3 @@ displayName: "Edit gradient",

styleContextualEditor.selectCommands.push({
name: "edit",
controlType: "toolbox-button",

@@ -656,0 +659,0 @@ displayName: "Edit color",

@@ -249,8 +249,4 @@ import * as _ from "lodash";

const styles = await this.getStyles();
Objects.setValue(style.key, styles, style);
console.log(styles);
await this.updateStyles(styles);

@@ -257,0 +253,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