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

@savks/not-need-lodash

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@savks/not-need-lodash - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

dist/get.d.ts

75

package.json
{
"name": "@savks/not-need-lodash",
"version": "1.3.0",
"description": "Lodash functions analogs",
"license": "MIT",
"author": "Savks",
"type": "module",
"sideEffects": false,
"repository": {
"url": "https://github.com/SavKS/not-need-lodash"
"name": "@savks/not-need-lodash",
"version": "1.3.1",
"description": "Lodash functions analogs",
"license": "MIT",
"author": "Savks",
"type": "module",
"sideEffects": false,
"packageManager": "yarn@3.5.0",
"repository": {
"url": "https://github.com/SavKS/not-need-lodash"
},
"scripts": {
"build": "tsc",
"prepack": "yarn build"
},
"devDependencies": {
"typescript": "^5.0.4"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/*.js",
"dist/*.d.ts",
"dist/*.js.map"
],
"exports": {
"./get": {
"default": "./dist/get.js",
"types": "./dist/get.d.ts"
},
"scripts": {
"build": "tsc",
"prepack": "yarn build"
"./has": {
"default": "./dist/has.js",
"types": "./dist/has.d.ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"eslint-config-crockford": "^2.0.0",
"typescript": "^4.4.4"
"./identity": {
"default": "./dist/identity.js",
"types": "./dist/identity.d.ts"
},
"publishConfig": {
"access": "public"
"./isEqual": {
"default": "./dist/isEqual.js",
"types": "./dist/isEqual.d.ts"
},
"files": [
"*.js",
"*.d.ts",
"*.js.map"
]
}
"./set": {
"default": "./dist/set.js",
"types": "./dist/set.d.ts"
},
"./unset": {
"default": "./dist/unset.js",
"types": "./dist/unset.d.ts"
}
}
}
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