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

helper-fns

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helper-fns - npm Package Compare versions

Comparing version 2.6.22 to 2.6.23

46

package.json
{
"name": "helper-fns",
"type": "module",
"version": "2.6.22",
"version": "2.6.23",
"packageManager": "pnpm@8.7.1",

@@ -25,45 +25,3 @@ "description": "Some common utilities functions for everyday backend usage with zero dependencies",

"dist"
],
"scripts": {
"build": "unbuild",
"lint": "eslint '{src,test}/**/*.ts' --cache",
"lint:fix": "eslint '{src,test}/**/*.ts' --fix",
"prepublishOnly": "npm run build",
"prerelease": "npm run build",
"release": "bumpp && clean-publish",
"test": "jest",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@rubiin/eslint-config-typescript": "^1.4.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"bumpp": "^9.2.0",
"clean-publish": "^4.2.0",
"eslint": "^8.49.0",
"eslint-define-config": "^1.23.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "^5.2.2",
"unbuild": "^2.0.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"testTimeout": 30000,
"rootDir": "test",
"testRegex": ".test.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node",
"coverageReporters": [
"text",
"html"
]
}
]
}
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