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.2.1 to 2.2.2

5

index.js

@@ -394,4 +394,5 @@ 'use strict';

Kareem.prototype.merge = function(other) {
var ret = this.clone();
Kareem.prototype.merge = function(other, clone) {
clone = arguments.length === 1 ? true : clone;
var ret = clone ? this.clone() : ret;

@@ -398,0 +399,0 @@ for (let key of other._pres.keys()) {

2

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