New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zodash/reduce

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/reduce - npm Package Compare versions

Comparing version 1.0.0-alpha.0 to 1.0.1

41

package.json
{
"name": "@zodash/reduce",
"version": "1.0.0-alpha.0",
"version": "1.0.1",
"description": "Reduce an list of values to into a single value",

@@ -22,2 +22,34 @@ "keywords": [

],
"jest": {
"roots": [
"__tests__"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": ".*\\.(spec|test)\\.(ts|tsx)$",
"moduleDirectories": [
"node_modules",
"src"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
],
"coverageThreshold": {
"global": {
"branches": 80,
"functions": 90,
"lines": 90,
"statements": -10
}
}
},
"publishConfig": {

@@ -32,3 +64,3 @@ "access": "public"

"tsc": "tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
"test": "jest -w 1"
},

@@ -38,3 +70,6 @@ "bugs": {

},
"gitHead": "d841274f2a6e421e1a8d7f0be34abb1abca045bd"
"devDependencies": {
"@zcorky/deep-equal": "^0.0.1"
},
"gitHead": "3348132041d4a585f8d03bfe3119effc1d6a1ea0"
}
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