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

figma-api-stub

Package Overview
Dependencies
Maintainers
1
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.9 to 0.0.10

7

dist/stubs.js

@@ -150,2 +150,3 @@ "use strict";

this.type = "DOCUMENT";
this.children = [];
}

@@ -158,2 +159,3 @@ return DocumentNodeStub;

this.type = "PAGE";
this.children = [];
}

@@ -166,2 +168,3 @@ return PageNodeStub;

this.type = "FRAME";
this.children = [];
}

@@ -181,2 +184,3 @@ return FrameNodeStub;

this.type = "COMPONENT";
this.children = [];
}

@@ -227,2 +231,5 @@ return ComponentNodeStub;

PluginApiStub.prototype.group = function (nodes, parent, index) {
if (joinedConfig.simulateErrors && (!nodes || nodes.length === 0)) {
throw new Error("Error: First argument must be an array of at least one node");
}
var group = new GroupNodeStub();

@@ -229,0 +236,0 @@ nodes.forEach(function (node) { return group.appendChild(node); });

2

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