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 2.3.0 to 3.0.0-0

dist/hable.esm.js

34

package.json
{
"name": "hable",
"version": "2.3.0",
"version": "3.0.0-0",
"description": "Awaitable hooks for Node.js",
"keywords": [
"hook",
"hookable",
"plugin",
"tapable",
"tappable"
],
"repository": "jsless/hable",
"license": "MIT",

@@ -11,21 +19,17 @@ "contributors": [

],
"repository": "jsless/hable",
"keywords": [
"tapable",
"tappable",
"hook",
"plugin",
"hookable"
],
"main": "lib/hookable.js",
"files": [
"lib"
"src",
"dist"
],
"main": "dist/hable.js",
"browser": "dist/hable.umd.js",
"scripts": {
"test": "yarn lint && yarn jest",
"lint": "eslint lib",
"prepublish": "yarn test",
"release": "standard-version && git push --follow-tags && npm publish"
"build": "bili --module-name hable --minify --format cjs,umd,es src/hable.js",
"lint": "eslint src",
"prepublish": "yarn build && yarn test",
"release": "standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && yarn jest"
},
"devDependencies": {
"bili": "^4.8.1",
"codecov": "^3.0.0",

@@ -32,0 +36,0 @@ "eslint": "^5.13.0",

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