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.8 to 0.0.9

6

dist/stubs.js

@@ -30,2 +30,5 @@ "use strict";

}
if (joinedConfig.simulateErrors && !item) {
throw new Error("Error: empty child");
}
if (joinedConfig.simulateErrors &&

@@ -44,2 +47,5 @@ // @ts-ignore

}
if (joinedConfig.simulateErrors && !child) {
throw new Error("Error: empty child");
}
// @ts-ignore

@@ -46,0 +52,0 @@ if (joinedConfig.simulateErrors && child.parent === this) {

2

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