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

derf

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derf - npm Package Compare versions

Comparing version 1.3.2 to 2.0.0

10

lib/index.js

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

var _mimicFn = require('mimic-fn');
var _mimicFn2 = _interopRequireDefault(_mimicFn);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -81,3 +85,7 @@

return handler(fn, print);
var wrappedFn = handler(fn, print);
// because the name and arity might matter
(0, _mimicFn2.default)(wrappedFn, fn);
return wrappedFn;
};

@@ -84,0 +92,0 @@ }

3

package.json
{
"name": "derf",
"version": "1.3.2",
"version": "2.0.0",
"description": "A javascript performance debugger.",

@@ -42,2 +42,3 @@ "main": "lib/index.js",

"lodash": "^4.12.0",
"mimic-fn": "^1.1.0",
"on-finished": "^2.3.0"

@@ -44,0 +45,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