You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@yornaath/batshit

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yornaath/batshit - npm Package Compare versions

Comparing version

to
0.2.9

src/deferred.ts

14

package.json
{
"name": "@yornaath/batshit",
"version": "0.2.8",
"version": "0.2.9",
"description": "A batch manager that will deduplicate and batch requests for a certain data type made within a window.",

@@ -12,8 +12,16 @@ "author": {

},
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"default": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"files": [
"dist/*"
"dist/*",
"src"
],

@@ -20,0 +28,0 @@ "repository": {