aboutsummaryrefslogtreecommitdiff
path: root/lang/node-javascript-obfuscator
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* node-javascript-obfuscator: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. The modification method is different from other node modules. The reason is due to the npm@8 issue. https://github.com/npm/cli/issues/4027 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* javascript-obfuscator: bump to 2.19.0 and switch to autoreleaseZbyněk Kocur2021-09-25
| | | | | | New version of package node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* javascript-obfuscator: upgrade package to versioon 2.9.4Zbyněk Kocur2020-12-11
| | | | Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* javascript-obfuscator: update to 1.9.0Zbyněk Kocur2020-08-11
| | | | | | New version of package node-javascript-obfuscator Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* javascript-obfuscator: update to 1.2.2Zbyněk Kocur2020-06-30
| | | | | | New version of package node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* javascript-obfuscator: update to 0.27.2Zbyněk Kocur2020-03-30
| | | | | | New version of node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* javascript-obfuscator_update: update to 0.24.0Zbyněk Kocur2020-01-27
| | | | | | New version of node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* node-javascript-obfuscator: add packageZbyněk Kocur2020-01-17
JavaScript obfuscator is a powerful free obfuscator for JavaScript with a wide number of features which provides protection for your source code. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>