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

kareem

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kareem - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

7

index.js

@@ -308,4 +308,7 @@ 'use strict';

if (this._pres[name] == null && this._posts[name] == null) {
// Fast path: if there's no hooks for this function, just return the function
return fn;
// Fast path: if there's no hooks for this function, just return the
// function wrapped in a nextTick()
return function() {
process.nextTick(() => fn.apply(this, arguments));
};
}

@@ -312,0 +315,0 @@ return function() {

{
"name": "kareem",
"version": "2.0.5",
"version": "2.0.6",
"description": "Next-generation take on pre/post function hooks",

@@ -5,0 +5,0 @@ "main": "index.js",

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