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

figma-api-stub

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figma-api-stub - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

13

dist/stubs.js

@@ -198,2 +198,15 @@ "use strict";

});
Object.defineProperty(TextNodeStub.prototype, "textAutoResize", {
get: function () {
return this._textAutoResize;
},
set: function (value) {
if (joinedConfig.simulateErrors && !isFontLoaded(this.fontName)) {
throw new Error("Error: font is not loaded " + this.fontName.family + " " + this.fontName.style);
}
this._textAutoResize = value;
},
enumerable: true,
configurable: true
});
return TextNodeStub;

@@ -200,0 +213,0 @@ }());

2

package.json
{
"name": "figma-api-stub",
"version": "0.0.16",
"version": "0.0.17",
"description": "Figma API stub",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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