Socket
Socket
Sign inDemoInstall

@octokit/request-error

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/request-error - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

14

package.json
{
"name": "@octokit/request-error",
"version": "6.0.0",
"version": "6.0.1",
"publishConfig": {

@@ -41,14 +41,8 @@ "access": "public"

".": {
"node": {
"types": "./dist-types/index.d.ts",
"import": "./dist-node/index.js"
},
"browser": {
"types": "./dist-types/index.d.ts",
"import": "./dist-web/index.js"
}
"types": "./dist-types/index.d.ts",
"import": "./dist-src/index.js"
}
},
"sideEffects": false,
"unpkg": "dist-web/index.js"
"unpkg": "dist-src/index.js"
}

@@ -31,4 +31,3 @@ # http-error.js

```js
const { RequestError } = require("@octokit/request-error");
// or: import { RequestError } from "@octokit/request-error";
import { RequestError } from "@octokit/request-error";
```

@@ -35,0 +34,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