--- /tmp/requirejs-2.3.6+ds-1u5ebvoq6/debian/node-requirejs_2.3.6+ds-1_all.deb +++ node-requirejs_2.3.6+ds-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2020-11-22 08:50:58.000000 debian-binary │ -rw-r--r-- 0 0 0 1480 2020-11-22 08:50:58.000000 control.tar.xz │ --rw-r--r-- 0 0 0 195492 2020-11-22 08:50:58.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 195460 2020-11-22 08:50:58.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/nodejs/requirejs/bin/r.js │ │ │ ├── js-beautify {} │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ /** │ │ │ │ - * @license r.js 2.3.6 Thu, 26 Nov 2020 05:40:39 GMT Copyright jQuery Foundation and other contributors. │ │ │ │ + * @license r.js 2.3.6 Tue, 05 Oct 2021 20:59:09 GMT Copyright jQuery Foundation and other contributors. │ │ │ │ * Released under MIT license, http://github.com/requirejs/r.js/LICENSE │ │ │ │ */ │ │ │ │ │ │ │ │ /* │ │ │ │ * This is a bootstrap script to allow running RequireJS in the command line │ │ │ │ * in either a Java/Rhino or Node environment. It is modified by the top-level │ │ │ │ * dist.js file to inject other files to completely enable this file. It is │ │ │ │ @@ -15,15 +15,15 @@ │ │ │ │ console: false, java: false, module: false, requirejsVars, navigator, │ │ │ │ document, importScripts, self, location, Components, FileUtils */ │ │ │ │ │ │ │ │ var requirejs, require, define, xpcUtil; │ │ │ │ (function(console, args, readFileFunc) { │ │ │ │ var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire, │ │ │ │ nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode, Cc, Ci, │ │ │ │ - version = '2.3.6 Thu, 26 Nov 2020 05:40:39 GMT', │ │ │ │ + version = '2.3.6 Tue, 05 Oct 2021 20:59:09 GMT', │ │ │ │ jsSuffixRegExp = /\.js$/, │ │ │ │ commandOption = '', │ │ │ │ useLibLoaded = {}, │ │ │ │ //Used by jslib/rhino/args.js │ │ │ │ rhinoArgs = args, │ │ │ │ //Used by jslib/xpconnect/args.js │ │ │ │ xpconnectArgs = args,