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.15 to 1.0.16

2

dist/fdk.esm.js

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

const {access_token, expires_in} = responseObject;
const expireOnEpoch = Date.now() + expires_in;
const expireOnEpoch = Date.now() + expires_in * 1000;
return {token: access_token, expireOnEpoch};

@@ -61,0 +61,0 @@ });

@@ -64,3 +64,3 @@ (function (global, factory) {

const {access_token, expires_in} = responseObject;
const expireOnEpoch = Date.now() + expires_in;
const expireOnEpoch = Date.now() + expires_in * 1000;
return {token: access_token, expireOnEpoch};

@@ -67,0 +67,0 @@ });

{
"name": "figma-development-kit",
"version": "1.0.15",
"version": "1.0.16",
"description": "A set of tools that augment the Figma API",

@@ -15,3 +15,5 @@ "main": "index.js",

},
"keywords": ["Figma"],
"keywords": [
"Figma"
],
"author": "Chuanqi Sun",

@@ -18,0 +20,0 @@ "license": "MIT",

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