New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hannoverjs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hannoverjs - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js
const got = require('got')
const ENDPOINT = 'https://hannoverjs-api.now.sh'
const ENDPOINT = 'https://api.hannoverjs.de'

@@ -5,0 +5,0 @@ function hannoverjs(path, opts) {

{
"name": "hannoverjs",
"version": "2.0.0",
"version": "2.0.1",
"description": "Convenience wrapper for `got` to interact with the HannoverJS API",

@@ -11,6 +11,5 @@ "repository": "hannoverjs/hannoverjs",

"lint": "xo",
"test": "npm run lint && nyc ava",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"prettier": "prettier --single-quote --no-semi --write",
"prettify": "npm run prettier -- *.js"
"test": "ava",
"format": "prettier --write *.js",
"format:check": "prettier --list-different *.js"
},

@@ -28,22 +27,24 @@ "files": [

"dependencies": {
"got": "^7.1.0"
"got": "^8.3.0"
},
"devDependencies": {
"ava": "*",
"codecov": "^2.2.0",
"eslint-config-prettier": "^2.3.0",
"ava": "^1.0.0-beta.3",
"husky": "^0.14.3",
"lint-staged": "^4.0.1",
"nock": "^9.0.2",
"nyc": "^11.0.3",
"prettier": "^1.5.2",
"xo": "*"
"lint-staged": "^7.0.4",
"nock": "^9.2.5",
"prettier": "^1.12.0",
"xo": "^0.20.3"
},
"prettier": {
"singleQuote": true,
"semi": false,
"bracketSpacing": true
},
"xo": {
"extends": "prettier"
"extends": "prettier",
"space": true
},
"lint-staged": {
"*.js": [
"npm run lint",
"npm run prettier",
"prettier --write",
"git add"

@@ -50,0 +51,0 @@ ]

# hannoverjs
[![Build Status](https://travis-ci.org/HannoverJS/hannoverjs.svg?branch=master)](https://travis-ci.org/HannoverJS/hannoverjs) [![Codecov](https://codecov.io/gh/hannoverjs/hannoverjs/branch/master/graph/badge.svg)](https://codecov.io/gh/hannoverjs/hannoverjs) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Build Status](https://travis-ci.org/HannoverJS/hannoverjs.svg?branch=master)](https://travis-ci.org/HannoverJS/hannoverjs) [![npm](https://img.shields.io/npm/v/hannoverjs.svg)](https://www.npmjs.com/package/hannoverjs) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

@@ -5,0 +5,0 @@ > Convenience wrapper for [`got`](https://github.com/sindresorhus/got) to interact with the [HannoverJS API](https://github.com/HannoverJS/hannoverjs-api)

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