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

@xylabs/lodash

Package Overview
Dependencies
Maintainers
7
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/lodash - npm Package Compare versions

Comparing version 2.10.3 to 2.10.4

types/cjsIndex.d.ts

11

package.json

@@ -18,7 +18,7 @@ {

"require": {
"types": "./dist/cjsIndex.d.ts",
"types": "./types/cjsIndex.d.ts",
"default": "./dist/cjsIndex.js"
},
"import": {
"types": "./dist/esmIndex.d.mts",
"types": "./types/esmIndex.d.mts",
"default": "./dist/esmIndex.mjs"

@@ -48,2 +48,6 @@ }

],
"dependencies": {
"@types/lodash": "^4.14.198",
"@types/lodash-es": "^4.17.9"
},
"optionalDependencies": {

@@ -70,3 +74,4 @@ "lodash": "^4.17.21",

"sideEffects": false,
"version": "2.10.3"
"types": "./types/esmIndex.d.mts",
"version": "2.10.4"
}

@@ -8,5 +8,2 @@ import { defineConfig } from 'tsup'

clean: true,
dts: {
entry: ['src/cjsIndex.ts', 'src/esmIndex.ts'],
},
entry: ['src/cjsIndex.ts', 'src/esmIndex.ts'],

@@ -13,0 +10,0 @@ format: ['cjs', 'esm'],

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