You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

debarrel

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debarrel - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+2
-2
package.json
{
"name": "debarrel",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -10,3 +10,3 @@ "scripts": {

"author": "",
"license": "AGPL-3.0",
"license": "MIT",
"devDependencies": {

@@ -13,0 +13,0 @@ "basictap": "^1.1.10",

# debarrel
![Node.js Test Runner](https://github.com/markwylde/debarrel/workflows/Node.js%20Test%20Runner/badge.svg)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/markwylde/debarrel)
[![GitHub package.json version](https://img.shields.io/github/package-json/v/markwylde/debarrel)](https://github.com/markwylde/debarrel/releases)
[![GitHub](https://img.shields.io/github/license/markwylde/debarrel)](https://github.com/markwylde/debarrel/blob/master/LICENSE)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/markwylde/debarrel?style=flat-square)
[![GitHub package.json version](https://img.shields.io/github/package-json/v/markwylde/debarrel?style=flat-square)](https://github.com/markwylde/debarrel/blob/master/package.json)
[![GitHub](https://img.shields.io/github/license/markwylde/debarrel?style=flat-square)](https://github.com/markwylde/debarrel/blob/master/LICENSE)
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard)

@@ -26,3 +26,3 @@ A library for NodeJS that allows you to accumulate a load of changes, then run a function

}, {
debounceTime: 100,
minimumFlushTime: 100,
maximumFlushTime: 2000

@@ -29,0 +29,0 @@ })

Sorry, the diff of this file is too big to display