New Upstream Snapshot - node-es6-map

Ready changes

Summary

Merged new upstream version: 0.1.5+git20210630.1.0a83662 (was: 0.1.5).

Resulting package

Built on 2022-12-20T08:07 (took 7m41s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots node-es6-map

Lintian Result

Diff

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..c24a6cd
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+# EditorConfig is awesome: http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+
+[{*.json,*.yml}]
+indent_style = space
+indent_size = 2
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 155e41f..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-.DS_Store
-/node_modules
-/npm-debug.log
-/.lintcache
diff --git a/.travis.yml b/.travis.yml
index 7560f74..aa3dbde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,16 @@ node_js:
   - 4
   - 6
   - 7
+  - 14
+
+arch:
+  - amd64
+  - ppc64le
+  
+jobs:
+  exclude:
+    - arch: ppc64le
+      node_js: "0.12"
 
 notifications:
   email:
diff --git a/README.md b/README.md
index d132981..e8db5c5 100644
--- a/README.md
+++ b/README.md
@@ -77,3 +77,19 @@ map.size; // 0
 ## Tests [![Build Status](https://travis-ci.org/medikoo/es6-map.png)](https://travis-ci.org/medikoo/es6-map)
 
 	$ npm test
+
+## Security contact information
+
+To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
+
+---
+
+<div align="center">
+	<b>
+		<a href="https://tidelift.com/subscription/pkg/npm-es6-map?utm_source=npm-es6-map&utm_medium=referral&utm_campaign=readme">Get professional support for d with a Tidelift subscription</a>
+	</b>
+	<br>
+	<sub>
+		Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
+	</sub>
+</div>
diff --git a/debian/changelog b/debian/changelog
index a5fba9f..936925e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-es6-map (0.1.5+git20210630.1.0a83662-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 20 Dec 2022 08:03:01 -0000
+
 node-es6-map (0.1.5-3) unstable; urgency=medium
 
   * Team upload
diff --git a/package.json b/package.json
index 8befae8..dd1ac6f 100644
--- a/package.json
+++ b/package.json
@@ -20,17 +20,17 @@
     "url": "git://github.com/medikoo/es6-map.git"
   },
   "dependencies": {
-    "d": "1",
-    "es5-ext": "~0.10.14",
-    "es6-iterator": "~2.0.1",
-    "es6-set": "~0.1.5",
+    "d": "^1.0.1",
+    "es5-ext": "^0.10.50",
+    "es6-iterator": "~2.0.3",
+    "es6-set": "^0.1.5",
     "es6-symbol": "~3.1.1",
-    "event-emitter": "~0.3.5"
+    "event-emitter": "^0.3.5"
   },
   "devDependencies": {
-    "tad": "~0.2.7",
-    "xlint": "~0.2.2",
-    "xlint-jslint-medikoo": "~0.1.4"
+    "tad": "^2.0.1",
+    "xlint": "^0.2.2",
+    "xlint-jslint-medikoo": "^0.1.4"
   },
   "scripts": {
     "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details