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.68 to 0.1.69

4

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

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

"dependencies": {
"@paperbits/common": "0.1.68",
"@paperbits/common": "0.1.69",
"cropperjs": "^1.4.0",

@@ -22,0 +22,0 @@ "google-maps": "^3.2.1",

@@ -136,3 +136,7 @@ import * as Utils from "@paperbits/common/utils";

}
this.objectStorage.deleteObject(`${stylesPath}/${styleKey}`);
const styles = await this.getStyles();
Objects.deleteNodeAt(`${styleKey}`, styles);
this.objectStorage.updateObject(`${stylesPath}`, styles);
this.eventManager.dispatchEvent("onStyleChange");

@@ -139,0 +143,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