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

@teamawesome/multi-dict

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teamawesome/multi-dict - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

multi-dict.d.ts

2

dist/index.js

@@ -447,3 +447,3 @@ "use strict";

* @param {function(*, *[], this):undefined} callback
* @param {*} thisArg Option 'this' context for the callback
* @param {*} thisArg Optional 'this' context for the callback
*/

@@ -450,0 +450,0 @@

{
"name": "@teamawesome/multi-dict",
"version": "2.0.1",
"version": "2.0.2",
"description": "",

@@ -42,3 +42,4 @@ "main": "dist/index.js",

"@teamawesome/access": "^1.0.7"
}
},
"types": "./multi-dict.d.ts"
}

@@ -29,3 +29,3 @@ # Installation

// Each level of the dict will be an array
new MultiDict({
new Dictionary({
defaultType: Array

@@ -36,3 +36,3 @@ });

// The third and deeper levels will be the default type.
new MultiDict({
new Dictionary({
types: [Object, Array]

@@ -39,0 +39,0 @@ });

@@ -200,3 +200,3 @@ import Item from './item';

* @param {function(*, *[], this):undefined} callback
* @param {*} thisArg Option 'this' context for the callback
* @param {*} thisArg Optional 'this' context for the callback
*/

@@ -203,0 +203,0 @@ forEach(callback, thisArg = undefined) {

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