New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

figma-development-kit

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figma-development-kit - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/figma-api.js

@@ -64,3 +64,3 @@ const storageKeyForAuthorizationCodeData = 'figma-authorization-code-data';

async storeAccessTokenData(accessTokenData) {
storeAccessTokenData(accessTokenData) {
localStorage.setItem(storageKeyForAccessTokenData, JSON.stringify(accessTokenData));

@@ -67,0 +67,0 @@ return accessTokenData.token;

{
"name": "figma-development-kit",
"version": "1.0.1",
"description": "Tools that help developers to build apps with Figma API",
"version": "1.0.2",
"description": "Speed up design-to-code with Figma API",
"main": "index.js",

@@ -6,0 +6,0 @@ "repository": {

@@ -1,6 +0,2 @@

#Figma Development Kit (FDK)
Tools that help developers to build apps with Figma API
## OAuth2
[demo](https://chuanqisun.github.io/figma-development-kit/demo/auth-demo.html)

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