New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.2 to 1.1.0

index.js

2

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

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

@@ -11,7 +11,14 @@ # @mintlab/kitchen-sink [![npm version][npm-image]][npm-url]

There is no monolithic `main` file, `require` or `import`
the modules that you need directly.
### Examples
### Example
Public API entry point:
const kitchenSink = require('@mintlab/kitchen-sink');
Destructuring:
const { dictionary } = require('@mintlab/kitchen-sink');
Single module:
const dictionary = require('@mintlab/kitchen-sink/dictionary');

@@ -18,0 +25,0 @@

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