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

@xylabs/lodash

Package Overview
Dependencies
Maintainers
5
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 3.6.12 to 4.0.0

4

dist/neutral/index.d.ts

@@ -1,3 +0,1 @@

export * as lodashCjs from './cjsIndex.ts';
export * from './esmIndex.ts';
//# sourceMappingURL=index.d.ts.map
export * from 'lodash-es';

@@ -16,16 +16,9 @@ {

".": {
"require": {
"types": "./dist/node/esmIndex.d.cts",
"default": "./dist/node/cjsIndex.cjs"
},
"import": {
"types": "./dist/node/esmIndex.d.ts",
"default": "./dist/node/esmIndex.mjs"
}
"types": "./dist/neutral/index.d.ts",
"default": "./dist/neutral/index.mjs"
},
"./package.json": "./package.json"
},
"main": "./dist/node/cjsIndex.cjs",
"types": "./dist/node/esmIndex.d.ts",
"module": "./dist/node/esmIndex.mjs",
"types": "./dist/neutral/index.d.ts",
"module": "./dist/neutral/index.mjs",
"homepage": "https://xylabs.com",

@@ -40,24 +33,10 @@ "keywords": [

"dependencies": {
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12"
},
"peerDependencies": {
"lodash": "^4.17.21",
"@types/lodash-es": "^4.17.12",
"lodash-es": "^4.17.21"
},
"peerDependenciesMeta": {
"lodash": {
"optional": true
},
"lodash-es": {
"optional": true
}
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@xylabs/ts-scripts-yarn3": "^3.15.14",
"@xylabs/tsconfig": "^3.15.14",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
"@xylabs/tsconfig": "^4.0.0-rc.15",
"typescript": "^5.5.4"

@@ -76,4 +55,4 @@ },

"sideEffects": false,
"version": "3.6.12",
"version": "4.0.0",
"type": "module"
}

@@ -1,2 +0,1 @@

export * as lodashCjs from './cjsIndex.ts'
export * from './esmIndex.ts'
export * from 'lodash-es'
import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
const config: XyTsupConfig = {
compile: {
depth: 1,
entryMode: 'all',
mode: 'tsup',
browser: {},
neutral: {
src: true,
},
node: {},
},

@@ -9,0 +10,0 @@ }

Sorry, the diff of this file is not supported yet

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