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

@mintlab/kitchen-sink

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlab/kitchen-sink - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

array.js

8

index.js
// Modules exposed in the entry file are for DLL pre-builds.
// What you include here is your own judgement call.
const {
asArray,
removeFromArray,
isPopulatedArray,
} = require('./array');
const dictionary = require('./dictionary');

@@ -31,2 +36,3 @@ const expose = require('./expose');

module.exports = expose({
asArray,
bind,

@@ -47,2 +53,3 @@ buildParamString,

isObject,
isPopulatedArray,
objectifyParams,

@@ -53,3 +60,4 @@ passOrGet,

reduceMap,
removeFromArray,
unique,
});

2

package.json
{
"name": "@mintlab/kitchen-sink",
"version": "2.1.1",
"version": "2.1.2",
"license": "EUPL-1.1",

@@ -5,0 +5,0 @@ "description": "Mintlab utility functions.",

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