@savks/not-need-lodash
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"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" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
12080
1
1