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

@dog-ai/github-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dog-ai/github-wrapper - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

LICENSE

20

package.json
{
"name": "@dog-ai/github-wrapper",
"description": "A GitHub wrapper library",
"version": "1.1.4",
"version": "1.1.5",
"main": "lib/index.js",

@@ -23,3 +23,2 @@ "repository": {

"babel-cli": "6.23.0",
"babel-eslint": "7.1.1",
"babel-preset-es2015": "6.22.0",

@@ -29,7 +28,11 @@ "chai": "3.5.0",

"coveralls": "2.11.16",
"eslint": "3.15.0",
"eslint-config-standard": "7.0.0",
"eslint-plugin-mocha": "4.8.0",
"eslint-plugin-promise": "3.4.2",
"eslint-plugin-standard": "2.0.1",
"eslint": "3.19.0",
"eslint-config-hfreire": "1.0.6",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-mocha": "4.9.0",
"eslint-plugin-node": "5.0.0",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"eslint-plugin-unicorn": "2.1.1",
"istanbul": "0.4.5",

@@ -39,3 +42,2 @@ "mocha": "3.2.0",

"pre-git": "3.13.0",
"standard": "9.0.0-beta.0",
"testdouble": "2.1.2"

@@ -51,3 +53,3 @@ },

"clean": "rm -rf lib coverage",
"lint": "./node_modules/.bin/eslint .",
"lint": "node_modules/.bin/eslint . --ext .json --ext .js",
"coverage": "node_modules/.bin/istanbul cover --include-all-sources --root src --print detail ./node_modules/mocha/bin/_mocha -- --recursive test",

@@ -54,0 +56,0 @@ "test": "npm run lint && npm run coverage",

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

# A GitHub wrapper library
# A :octocat: GitHub :package: wrapper library

@@ -7,2 +7,3 @@ [![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

[![](https://img.shields.io/github/release/dog-ai/github-wrapper.svg)](https://github.com/dog-ai/github-wrapper/releases)
[![](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Version](https://img.shields.io/npm/v/@dog-ai/github-wrapper.svg)](https://www.npmjs.com/package/@dog-ai/github-wrapper)

@@ -9,0 +10,0 @@ [![Downloads](https://img.shields.io/npm/dt/@dog-ai/github-wrapper.svg)](https://www.npmjs.com/package/@dog-ai/github-wrapper)

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