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.4 to 2.0.5

4

index.js

@@ -307,2 +307,6 @@ 'use strict';

var _this = this;
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;
}
return function() {

@@ -309,0 +313,0 @@ var _context = context || this;

2

package.json
{
"name": "kareem",
"version": "2.0.4",
"version": "2.0.5",
"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