Socket
Socket
Sign inDemoInstall

@definitelytyped/perf

Package Overview
Dependencies
Maintainers
7
Versions
506
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@definitelytyped/perf - npm Package Compare versions

Comparing version 0.0.30-next.1 to 0.0.30-next.2

6

dist/github/comment.d.ts

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

import { IssuesListCommentsResponseItem } from "@octokit/rest";
import { Octokit } from "@octokit/rest";
import { OverallChange } from "../analysis";

@@ -10,3 +10,3 @@ export interface CommentData {

export declare function createPerfCommentBody(data: CommentData, body: string): string;
export declare function isPerfComment({ body, user }: Pick<IssuesListCommentsResponseItem, "body" | "user">): boolean;
export declare function getCommentData(comment: Pick<IssuesListCommentsResponseItem, "body" | "user">): CommentData | undefined;
export declare function isPerfComment({ body, user }: Pick<Octokit.IssuesListCommentsResponseItem, "body" | "user">): boolean;
export declare function getCommentData(comment: Pick<Octokit.IssuesListCommentsResponseItem, "body" | "user">): CommentData | undefined;

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

import Octokit from "@octokit/rest";
import { Octokit } from "@octokit/rest";
export declare function getOctokit(): Octokit;
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const rest_1 = __importDefault(require("@octokit/rest"));
const rest_1 = require("@octokit/rest");
const common_1 = require("../common");

@@ -11,3 +8,3 @@ let octokit;

return (octokit ||
(octokit = new rest_1.default({
(octokit = new rest_1.Octokit({
auth: common_1.config.github.typeScriptBotAuthToken,

@@ -14,0 +11,0 @@ userAgent: common_1.config.github.userAgent

{
"name": "@definitelytyped/perf",
"version": "0.0.30-next.1",
"version": "0.0.30-next.2",
"description": "",

@@ -19,5 +19,5 @@ "bin": "index.js",

"@azure/cosmos": "^2.1.7",
"@definitelytyped/definitions-parser": "^0.0.30-next.1",
"@definitelytyped/header-parser": "^0.0.30-next.0",
"@definitelytyped/utils": "^0.0.30-next.0",
"@definitelytyped/definitions-parser": "^0.0.30-next.2",
"@definitelytyped/header-parser": "^0.0.30-next.2",
"@definitelytyped/utils": "^0.0.30-next.2",
"@octokit/rest": "^16.33.0",

@@ -31,3 +31,3 @@ "@types/node": "^12.12.29",

},
"gitHead": "f052fdbbb58883ea3fbac2207f63f506c04a1316"
"gitHead": "4af87e4f646106587a3d4926311868ad4ca4d199"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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