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

hable

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hable - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/hable.cjs.js

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.0.5"></a>
## [0.0.5](https://github.com/pi0/hable/compare/v0.0.4...v0.0.5) (2018-01-26)
### Bug Fixes
* **package:** lib ~> dist ([34a8d5c](https://github.com/pi0/hable/commit/34a8d5c))
<a name="0.0.4"></a>

@@ -7,0 +17,0 @@ ## [0.0.4](https://github.com/pi0/hable/compare/v0.0.3...v0.0.4) (2018-01-26)

8

package.json
{
"name": "hable",
"version": "0.0.4",
"version": "0.0.5",
"description": "A simpler tapable alternative, which can be used to create hooks for plugins",
"main": "lib/hable.cjs.js",
"module": "lib/hable.es.js",
"jsnext:main": "lib/hable.es.js",
"main": "dist/hable.cjs.js",
"module": "dist/hable.es.js",
"jsnext:main": "dist/hable.es.js",
"scripts": {

@@ -9,0 +9,0 @@ "build": "bili --format es,cjs --inline",

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