Socket
Socket
Sign inDemoInstall

@octokit/plugin-request-log

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/plugin-request-log - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist-node/index.js

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

const VERSION = "1.0.1";
const VERSION = "1.0.2";

@@ -8,0 +8,0 @@ /**

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

export const VERSION = "1.0.1";
export const VERSION = "1.0.2";

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

export declare const VERSION = "1.0.1";
export declare const VERSION = "1.0.2";

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

const VERSION = "1.0.1";
const VERSION = "1.0.2";

@@ -3,0 +3,0 @@ /**

{
"name": "@octokit/plugin-request-log",
"description": "Log all requests and request errors",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

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

@@ -16,8 +16,8 @@ # plugin-request-log.js

Load `@octokit/plugin-request-log` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.pika.dev](https://cdn.pika.dev)
Load `@octokit/plugin-request-log` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev)
```html
<script type="module">
import { Octokit } from "https://cdn.pika.dev/@octokit/core";
import { requestLog } from "https://cdn.pika.dev/@octokit/plugin-request-log";
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
import { requestLog } from "https://cdn.skypack.dev/@octokit/plugin-request-log";
</script>

@@ -24,0 +24,0 @@ ```

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