Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@octokit/app

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/app - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

dist-node/index.js

@@ -28,3 +28,3 @@ 'use strict';

iat: now,
exp: now + 60 * 10,
exp: now + 60 * 10 - 30,
iss: id

@@ -31,0 +31,0 @@ };

@@ -6,3 +6,3 @@ import jsonwebtoken from "jsonwebtoken";

iat: now,
exp: now + 60 * 10,
exp: now + 60 * 10 - 30,
iss: id

@@ -9,0 +9,0 @@ };

@@ -21,3 +21,3 @@ import { request } from '@octokit/request';

iat: now,
exp: now + 60 * 10,
exp: now + 60 * 10 - 30,
iss: id

@@ -24,0 +24,0 @@ };

{
"name": "@octokit/app",
"description": "GitHub Apps toolset for Node.js",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

Sorry, the diff of this file is too big to display

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