node-active-x-obfuscator 0.0.2-3 source package in Ubuntu

Changelog

node-active-x-obfuscator (0.0.2-3) unstable; urgency=medium

  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Add debian/gbp.conf
  * Remove useless lintian overrides
  * Switch install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Sat, 03 Aug 2019 15:41:57 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-active-x-obfuscator_0.0.2-3.dsc 2.1 KiB c75f7a8c45d96f3f8b134da97d6e5bad58cc846ee9143bc7473641b9203b3020
node-active-x-obfuscator_0.0.2.orig.tar.gz 2.6 KiB 2cb53f03e0184c8b02c4bc9b2926c93c26dc96618da5bb0b98e4d1d55d5a5e00
node-active-x-obfuscator_0.0.2-3.debian.tar.xz 2.5 KiB 2907df686da08a2fa2072aa59d13fc2c5b21b9570bd51c3fd1904eaa2c55244d

Available diffs

No changes file available.

Binary packages built by this source

node-active-x-obfuscator: Safely obfuscate the string 'ActiveX' inside of JavaScript code

 This Node.js module (safely) obfuscates all occurrences of the string
 'ActiveX' inside any JavaScript code.
 .
 Some corporate firewalls/proxies such as Blue Coat block JavaScript files
 to be downloaded if they contain the word 'ActiveX'. That of course is very
 annoying for libraries such as socket.io that need to use ActiveXObject for
 supporting IE8 and older.