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

treetrunks

Package Overview
Dependencies
Maintainers
1
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.2 to 0.0.3

1

dist/treetrunks.js

@@ -10,3 +10,2 @@ // src/treetrunks.ts

let currentTreeNode = tree;
console.log(maybePath);
for (const segment of maybePath) {

@@ -13,0 +12,0 @@ if (currentTreeNode === null) {

2

package.json
{
"name": "treetrunks",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": {

@@ -68,3 +68,2 @@ export function required<T>(arg: T): [`required`, T] {

let currentTreeNode: Tree | null = tree
console.log(maybePath)
for (const segment of maybePath) {

@@ -71,0 +70,0 @@ if (currentTreeNode === null) {

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