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.14 to 1.0.15

2

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

@@ -5,0 +5,0 @@ "main": "index.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 @@ });

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