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

@arroyodev-llc/utils.fs

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arroyodev-llc/utils.fs - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

14

package.json

@@ -20,2 +20,3 @@ {

"eslint-plugin-prettier": "^4.2.1",
"lint-staged": "^13.2.2",
"npm-check-updates": "^16",

@@ -26,3 +27,3 @@ "prettier": "^2.8.8",

"unbuild": "^1.2.1",
"vitest": "^0.31.1"
"vitest": "^0.31.3"
},

@@ -38,3 +39,3 @@ "dependencies": {

},
"version": "0.1.5",
"version": "0.1.6",
"types": "./dist/index.d.ts",

@@ -55,2 +56,10 @@ "type": "module",

"packageManager": "pnpm@^8.6.0",
"lint-staged": {
"*.{ts,tsx,mts,cts,ts,tsx,mts,cts}": [
"pnpm exec eslint --no-error-on-unmatched-pattern --cache --fix"
],
"*.{yaml,yml}": [
"pnpm exec prettier --write"
]
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",

@@ -66,2 +75,3 @@ "scripts": {

"post-compile": "pnpm exec projen post-compile",
"post-install": "pnpm exec projen post-install",
"post-upgrade": "pnpm exec projen post-upgrade",

@@ -68,0 +78,0 @@ "pre-compile": "pnpm exec projen pre-compile",

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