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

@ctx-core/dir

Package Overview
Dependencies
Maintainers
1
Versions
704
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/dir - npm Package Compare versions

Comparing version 8.2.69 to 8.2.70

11

package.json
{
"name": "@ctx-core/dir",
"version": "8.2.69",
"version": "8.2.70",
"description": "ctx-core dir",

@@ -33,3 +33,3 @@ "keywords": [

"dependencies": {
"ctx-core": "^5.5.0"
"ctx-core": "^5.6.1"
},

@@ -52,6 +52,7 @@ "devDependencies": {

"exec": "$@",
"test": "pnpm test-unit && check-dts",
"test-unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"test-unit-coverage": "c8 pnpm test-unit"
"test": "pnpm test:unit && pnpm test:types",
"test:types": "check-dts",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"test:unit:coverage": "c8 pnpm test:unit"
}
}
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