Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.2.7 to 0.2.8

5

build/lib/core.d.ts

@@ -58,3 +58,8 @@ import ITable from "../types/ITable";

export declare function updateTaskDepValue(this: ITable, sectionId: string, taskId: string, depId: number, value: number): void;
/**
* toggle state of task to enable or disable
* @param sectionId
* @param taskId
*/
export declare function toggleTaskInSection(this: ITable, sectionId: string, taskId: string): void;
export declare function calculateTable(this: ITable): void;

@@ -134,2 +134,7 @@ "use strict";

exports.updateTaskDepValue = updateTaskDepValue;
/**
* toggle state of task to enable or disable
* @param sectionId
* @param taskId
*/
function toggleTaskInSection(sectionId, taskId) {

@@ -136,0 +141,0 @@ var _this = this;

2

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

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

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