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

@171h/utils

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@171h/utils - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

27

package.json
{
"name": "@171h/utils",
"type": "module",
"version": "0.2.3",
"version": "0.2.4",
"packageManager": "pnpm@8.1.1",

@@ -39,2 +39,14 @@ "description": "",

],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish --access public",
"start": "esno src/index.ts",
"test": "vitest --watch",
"bench": "vitest bench",
"test-ui": "vitest --ui",
"typecheck": "tsc --noEmit"
},
"devDependencies": {

@@ -68,14 +80,3 @@ "@171h/dayjs-business-time": "^1.1.0",

"*": "eslint --fix"
},
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"release": "bumpp && npm publish --access public",
"start": "esno src/index.ts",
"test": "vitest --watch",
"bench": "vitest bench",
"test-ui": "vitest --ui",
"typecheck": "tsc --noEmit"
}
}
}
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