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

estimate-library

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estimate-library - npm Package Compare versions

Comparing version

to
0.2.9

1

build/types/IEstimate.d.ts

@@ -14,3 +14,4 @@ import ITable from "./ITable";

updateTaskValue: (sectionId: string, taskId: string, depId: number, value: number) => void;
toggleTaskInSection: (sectionId: string, taskId: string) => void;
setConfig: (this: ITable, config?: Partial<IConfig>) => void;
}

2

package.json
{
"name": "estimate-library",
"version": "0.2.8",
"version": "0.2.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/index.js",