@octokit/rest
Advanced tools
Comparing version 14.0.0 to 14.0.1
const inherits = require('util').inherits | ||
const STATUS_CODES = { | ||
304: 'Not Modified', // See PR #673 (https://github.com/octokit/node-github/pull/673) | ||
304: 'Not Modified', // See PR #673 (https://github.com/octokit/rest.js/pull/673) | ||
400: 'Bad Request', | ||
@@ -6,0 +6,0 @@ 404: 'Not Found', |
{ | ||
"name": "@octokit/rest", | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"publishConfig": { | ||
@@ -55,3 +55,3 @@ "access": "public" | ||
"proxyquire": "^1.8.0", | ||
"semantic-release": "^11.0.0", | ||
"semantic-release": "^12.2.2", | ||
"simple-mock": "^0.8.0", | ||
@@ -75,5 +75,4 @@ "standard": "^10.0.3", | ||
"deploy-docs": "gh-pages-with-token -d doc", | ||
"prepublishOnly": "npm run -s build", | ||
"semantic-release": "semantic-release", | ||
"postpublish": "npm run -s deploy-docs" | ||
"prepublishOnly": "npm run build:flow && npm run build:ts", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -83,2 +82,4 @@ "license": "MIT", | ||
"index.js", | ||
"index.d.ts", | ||
"index.js.flow", | ||
"lib" | ||
@@ -96,6 +97,3 @@ ], | ||
] | ||
}, | ||
"publishConfig": { | ||
"tag": "next" | ||
} | ||
} |
@@ -8,3 +8,3 @@ # rest.js | ||
[![Greenkeeper](https://badges.greenkeeper.io/octokit/rest.js.svg)](https://greenkeeper.io/) | ||
[![npm](https://img.shields.io/npm/v/github.svg)](https://www.npmjs.com/package/github) | ||
[![npm](https://img.shields.io/npm/v/@octokit/rest.svg)](https://www.npmjs.com/package/@octokit/rest) | ||
@@ -11,0 +11,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
557697
37
14656