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

nuxt-lodash

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-lodash - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "nuxt-lodash",
"version": "1.0.0",
"version": "1.1.0",
"description": "Lodash auto-import for Nuxt.js",

@@ -5,0 +5,0 @@ "keywords": [

@@ -30,3 +30,3 @@ <h1>Nuxt 3 - lodash</h1>

prefix: "use",
excludes: ["map"],
exclude: ["map"],
},

@@ -40,6 +40,6 @@ ],

| Name | Default | Description |
| ---------- | ------- | --------------------------------------------------------- |
| `prefix` | `false` | string to prepend before each function (false to disable) |
| `excludes` | `[]` | list of functions to exlude from auto-imports |
| Name | Default | Description |
| --------- | ------- | --------------------------------------------------------- |
| `prefix` | `false` | string to prepend before each function (false to disable) |
| `exclude` | `[]` | list of functions to exlude from auto-imports |

@@ -46,0 +46,0 @@ ## 💻 Example

Sorry, the diff of this file is not supported yet

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