hypernova-node icon indicating copy to clipboard operation
hypernova-node copied to clipboard

node.js client for Hypernova

Results 9 hypernova-node issues
Sort by recently updated
recently updated
newest added

## The dependency [uuid](https://github.com/uuidjs/uuid) was updated from `3.4.0` to `7.0.0`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The devDependency [sinon](https://github.com/sinonjs/sinon) was updated from `6.3.5` to `7.2.3`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The devDependency [babel-preset-airbnb](https://github.com/airbnb/babel-preset-airbnb) was updated from `2.6.0` to `3.0.0`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The devDependency [eslint-config-airbnb](https://github.com/airbnb/javascript) was updated from `17.1.1` to `18.0.0`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The devDependency [rimraf](https://github.com/isaacs/rimraf) was updated from `2.7.1` to `3.0.0`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## Version **0.16.0** of [axios](https://github.com/mzabriskie/axios) just got published. Dependency axios Current Version 0.15.3 Type dependency The version **0.16.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

## The devDependency [eslint](https://github.com/eslint/eslint) was updated from `5.16.0` to `6.0.0`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The devDependency [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) was updated from `6.2.1` to `6.2.2`. ๐Ÿšจ [View failing branch](https://github.com/airbnb/hypernova-node/compare/master...airbnb:greenkeeper%2Feslint-plugin-jsx-a11y-6.2.2). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Hi, Consider the following call: ```javascript const renderer = new Renderer({ url: 'http://localhost:8080/batch', }); renderer.render({ Sheep: {}, Cow: {"food": "grass"}, Cow: {"food": "egg salad sandwiches"}, }).then(html => { console.log(html); });...