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.27 to 0.0.28

dist/fonts.d.ts

4

dist/stubs.js

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

var operators_1 = require("rxjs/operators");
var fonts_1 = require("./fonts");
var defaultConfig = {

@@ -374,2 +375,5 @@ simulateErrors: false

};
PluginApiStub.prototype.listAvailableFontsAsync = function () {
return Promise.resolve(fonts_1.Roboto.concat(fonts_1.Helvetica));
};
PluginApiStub.prototype.on = function (type, callback) {

@@ -376,0 +380,0 @@ if (type === "selectionchange") {

2

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