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

@stimulus/multimap

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stimulus/multimap - npm Package Compare versions

Comparing version 0.9.0 to 1.1.0-beta.1

dist/index.d.ts

18

package.json
{
"name": "@stimulus/multimap",
"version": "0.9.0",
"version": "1.1.0-beta.1",
"description": "Multimap maps one key to a set of many values",

@@ -11,11 +11,19 @@ "repository": "https://github.com/stimulusjs/stimulus",

],
"main": "dist/module/index.js",
"types": "dist/types/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist"
"dist/index*",
"dist/src"
],
"publishConfig": {
"access": "public"
}
},
"scripts": {
"clean": "rimraf dist",
"lint": "tslint -p . -c ../../../config/tslint.json",
"build": "tsc",
"watch": "tsc --watch"
},
"gitHead": "5869611e3e70f054ce21d12be83e2866382441c9"
}
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