Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

reverse-iterable-map

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reverse-iterable-map - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

license.txt

13

package.json
{
"name": "reverse-iterable-map",
"description": "A reverse-iterable map implementation based on the built-in Map object",
"version": "3.0.1",
"main": "./src/reverse-iterable-map.mjs",
"module": "./src/reverse-iterable-map.mjs",
"version": "3.0.2",
"repository": "kleinfreund/reverse-iterable-map",
"homepage": "https://kleinfreund.github.io/reverse-iterable-map",
"author": {

@@ -14,2 +11,8 @@ "name": "Philipp Rudloff",

"license": "MIT",
"main": "./src/reverse-iterable-map.mjs",
"module": "./src/reverse-iterable-map.mjs",
"sideEffects": false,
"files": [
"src/"
],
"engines": {

@@ -19,3 +22,3 @@ "node": ">=8.5"

"scripts": {
"test": "node --experimental-modules test/tests.mjs",
"test": "node --experimental-modules tests/tests.mjs",
"examples": "node ./node_modules/.bin/http-server"

@@ -22,0 +25,0 @@ },

@@ -11,3 +11,2 @@ # reverse-iterable-map

- [**github.com**/kleinfreund/reverse-iterable-map](https://github.com/kleinfreund/reverse-iterable-map)
- [kleinfreund.github.io/reverse-iterable-map](https://kleinfreund.github.io/reverse-iterable-map)

@@ -80,6 +79,4 @@ See also:

For more usage examples, have a look at [kleinfreund.github.io/reverse-iterable-map](https://kleinfreund.github.io/reverse-iterable-map).
For more usage examples, clone the repository and run:
You can also run the examples locally after cloning the repository:
```shell

@@ -89,4 +86,6 @@ npm install && npm run examples

Then, open `http://127.0.0.1:8080/examples` in your browser.
## Tests

@@ -93,0 +92,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc