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

@octokit/action

Package Overview
Dependencies
Maintainers
3
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/action - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

dist-node/index.js

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

const VERSION = "1.2.0";
const VERSION = "1.2.1";

@@ -13,0 +13,0 @@ const Octokit = core.Octokit.plugin([pluginPaginateRest.paginateRest, pluginRestEndpointMethods.restEndpointMethods]).defaults({

@@ -1,1 +0,1 @@

export const VERSION = "1.2.0";
export const VERSION = "1.2.1";

@@ -10,5 +10,5 @@ import { Octokit as Core } from "@octokit/core";

} & typeof Core & import("@octokit/core/dist-types/types").Constructor<{
paginate: import("@octokit/plugin-paginate-rest/dist-types/types").PaginateInterface;
paginate: import("@octokit/plugin-paginate-rest").PaginateInterface;
} & {
registerEndpoints: (endpoints: any) => void;
} & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/rest-endpoint-methods-types").RestEndpointMethods>;

@@ -1,1 +0,1 @@

export declare const VERSION = "1.2.0";
export declare const VERSION = "1.2.1";
{
"name": "@octokit/action",
"description": "GitHub API client for GitHub Actions",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",

@@ -21,7 +21,7 @@ "files": [

"dependencies": {
"@octokit/auth-action": "^1.0.1",
"@octokit/auth-action": "^1.1.1",
"@octokit/core": "^2.1.1",
"@octokit/plugin-paginate-rest": "^1.0.0",
"@octokit/plugin-rest-endpoint-methods": "^1.0.3",
"@octokit/types": "^2.0.0"
"@octokit/plugin-paginate-rest": "^2.0.1",
"@octokit/plugin-rest-endpoint-methods": "^2.4.0",
"@octokit/types": "^2.0.2"
},

@@ -32,11 +32,11 @@ "devDependencies": {

"@pika/plugin-ts-standard-pkg": "^0.8.1",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.11",
"@types/jest": "^25.1.0",
"@types/node": "^13.1.0",
"fetch-mock": "^8.0.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"semantic-release": "^15.13.24",
"semantic-release": "^17.0.2",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^24.1.0",
"typescript": "3.6.3"
"ts-jest": "^25.2.0",
"typescript": "^3.7.2"
},

@@ -43,0 +43,0 @@ "publishConfig": {

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