Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@merchise/rescript-action-queue

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@merchise/rescript-action-queue - npm Package Compare versions

Comparing version
3.3.0
to
4.0.0
+12
-4
Makefile

@@ -12,3 +12,7 @@ PATH := ./node_modules/.bin/:$(PATH)

compile: $(RESCRIPT_FILES) install
rescript build -with-deps
@if [ -n "$(INSIDE_EMACS)" ]; then \
NINJA_ANSI_FORCED=0 rescript build -with-deps; \
else \
rescript build -with-deps; \
fi

@@ -21,6 +25,10 @@ format: $(RESCRIPT_FILES) install

# For Emacs users
yarn.lock: package.json
node_modules yarn.lock: package.json
yarn install
compile-rescript: $(RESCRIPT_FILES) yarn.lock
[ -n "$(INSIDE_EMACS)" ] && (rescript build -with-deps | sed "s@ $(shell pwd)/@@") || rescript build -with-deps
compile-rescript: $(RESCRIPT_FILES) yarn.lock node_modules
@if [ -n "$(INSIDE_EMACS)" ]; then \
NINJA_ANSI_FORCED=0 rescript build -with-deps; \
else \
rescript build -with-deps; \
fi
{
"name": "@merchise/rescript-action-queue",
"version": "3.3.0",
"version": "4.0.0",
"description": "ReScript bindings for 'action-queue.js'",

@@ -11,7 +11,7 @@ "main": "ActionQueue.bs.js",

"bs-qunit": "^0.1.1",
"rescript": "^10.0.1"
"rescript": "^10.1"
},
"dependencies": {
"@merchise/action-queue": "3.0.1"
"@merchise/action-queue": "^4.0.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet