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

@teppeis/multimaps

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teppeis/multimaps - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

24

package.json
{
"name": "@teppeis/multimaps",
"description": "Multimap classes for TypeScript and JavaScript",
"version": "1.0.0",
"version": "1.1.0",
"author": "Teppei Sato <teppeis@gmail.com>",

@@ -12,5 +12,6 @@ "publishConfig": {

},
"main": "dist/index.js",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist"
"dist/src"
],

@@ -22,2 +23,3 @@ "scripts": {

"mocha": "mocha -r espower-typescript/guess --watch-extensions ts,tsx 'test/**/*.{ts,tsx}'",
"prepublishOnly": "run-s clean build",
"test": "run-s clean lint build mocha"

@@ -27,15 +29,15 @@ },

"@types/mocha": "^5.2.5",
"@types/node": "^10.9.4",
"eslint-config-teppeis": "^8.2.0",
"espower-typescript": "^9.0.0",
"@types/node": "^10.11.4",
"eslint-config-teppeis": "^8.3.0",
"espower-typescript": "^9.0.1",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.3",
"power-assert": "^1.6.0",
"prettier": "1.14.2",
"power-assert": "^1.6.1",
"prettier": "1.14.3",
"rimraf": "^2.6.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-import-eslint-config": "^1.0.1",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^3.0.3"
"tslint-import-eslint-config": "^1.0.3",
"tslint-plugin-prettier": "^2.0.0",
"typescript": "^3.1.1"
},

@@ -42,0 +44,0 @@ "homepage": "https://github.com/teppeis/multimaps#readme",

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