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

treetrunks

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

treetrunks - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/treetrunks.js

@@ -21,3 +21,3 @@ // src/treetrunks.ts

} else {
const wildcard = Object.keys(subPaths).find((key) => key.startsWith(`\$`));
const wildcard = Object.keys(subPaths).find((key) => key.startsWith(`$`));
if (wildcard) {

@@ -24,0 +24,0 @@ currentTreeNode = subPaths[wildcard];

{
"name": "treetrunks",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",

@@ -12,2 +12,7 @@ "author": {

},
"repository": {
"type": "git",
"url": "git+https://github.com/jeremybanka/wayforge.git",
"directory": "packages/treetrunks"
},
"type": "module",

@@ -20,6 +25,6 @@ "files": [

"devDependencies": {
"concurrently": "9.0.1",
"concurrently": "9.1.2",
"rimraf": "6.0.1",
"tsup": "8.3.0",
"vitest": "2.1.3"
"tsup": "8.3.6",
"vitest": "3.0.4"
},

@@ -31,3 +36,3 @@ "scripts": {

"lint:biome": "biome check -- .",
"lint:eslint": "eslint --flag unstable_ts_config -- .",
"lint:eslint": "eslint -- .",
"lint:types": "tsc --noEmit",

@@ -34,0 +39,0 @@ "lint:types:watch": "tsc --watch --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