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.17 to 0.0.18

12

dist/stubs.js

@@ -250,5 +250,17 @@ "use strict";

}
ComponentNodeStub.prototype.createInstance = function () {
var instance = new InstanceNodeStub();
instance.children = this.children;
return;
};
return ComponentNodeStub;
}());
applyMixins_1.applyMixins(ComponentNodeStub, [BaseNodeMixinStub, ChildrenMixinStub]);
var InstanceNodeStub = /** @class */ (function () {
function InstanceNodeStub() {
this.type = "INSTANCE";
}
return InstanceNodeStub;
}());
applyMixins_1.applyMixins(ComponentNodeStub, [BaseNodeMixinStub]);
// @ts-ignore

@@ -255,0 +267,0 @@ var PluginApiStub = /** @class */ (function () {

2

package.json
{
"name": "figma-api-stub",
"version": "0.0.17",
"version": "0.0.18",
"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