Socket
Socket
Sign inDemoInstall

relike

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relike - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

4

CHANGELOG.md
## 1.1.5 - 2016-05-16
- Release v1.1.5 / npm@v1.1.5
- chore: update readme and related list
## 1.1.4 - 2016-05-16

@@ -4,0 +8,0 @@ - Release v1.1.4 / npm@v1.1.4

7

package.json
{
"name": "relike",
"version": "1.1.4",
"version": "1.1.5",
"description": "Simple promisify async or sync function with sane defaults. Lower level than `promisify` thing. Can be used to create `promisify` method.",

@@ -51,6 +51,9 @@ "repository": "hybridables/relike",

"is-async-function",
"relike",
"relike-all",
"through2",
"use",
"relike"
"hybridify",
"hybridify-all",
"letta"
],

@@ -57,0 +60,0 @@ "run": true,

@@ -7,2 +7,4 @@ # [relike][author-www-url] [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url] [![npm downloads][downloads-img]][downloads-url]

You might also be interested in [hybridify][], [hybridify-all][], [relike-all][], [letta][]
## Install

@@ -149,3 +151,3 @@ ```

* [callback2stream](https://www.npmjs.com/package/callback2stream): Transform sync, async or generator function to Stream. Correctly handle errors. [homepage](https://github.com/hybridables/callback2stream)
* [hybridify](https://www.npmjs.com/package/hybridify): Building hybrid APIs. You can use both callback and promise in same… [more](https://www.npmjs.com/package/hybridify) | [homepage](https://github.com/hybridables/hybridify)
* [hybridify](https://www.npmjs.com/package/hybridify): Create sync or async function to support both promise and callback-style APIs… [more](https://www.npmjs.com/package/hybridify) | [homepage](https://github.com/hybridables/hybridify)
* [letta](https://www.npmjs.com/package/letta): Promisify sync, async or generator function, using [relike][]. Kind of promisify, but… [more](https://www.npmjs.com/package/letta) | [homepage](https://github.com/hybridables/letta)

@@ -167,6 +169,9 @@ * [limon](https://www.npmjs.com/package/limon): The pluggable JavaScript lexer. Limon = Lemon. | [homepage](https://github.com/limonjs/limon)

[relike]: https://github.com/hybridables/relike
[hybridify]: https://github.com/hybridables/hybridify
[hybridify-all]: https://github.com/hybridables/hybridify-all
[bluebird]: https://github.com/petkaantonov/bluebird
[common-callback-names]: https://github.com/tunnckocore/common-callback-names
[is-async-function]: https://github.com/tunnckocore/is-async-function
[letta]: https://github.com/hybridables/letta
[relike]: https://github.com/hybridables/relike
[relike-all]: https://github.com/hybridables/relike-all

@@ -173,0 +178,0 @@ [through2]: https://github.com/rvagg/through2

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