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

hookie

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hookie - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/krambuhl/hookie",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",

@@ -8,0 +8,0 @@ "scripts": {

@@ -59,3 +59,3 @@ # Hookie

```js
Hookie(name, func, { type: 'postfix' })
Hookie(name, func, { before: 'pre' })
```

@@ -70,3 +70,3 @@

```js
Hookie(name, func, { type: 'postfix' })
Hookie(name, func, { after: 'post' })
```
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