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 0.2.1 to 0.2.2

7

build/lib/core.js

@@ -81,7 +81,4 @@ "use strict";

this.sections = this.sections.map(function (section) {
if (section.id === sectionId) {
var res = (0, sections_1.duplicateRowInSection)(section, duplicateRowId);
console.log('res section here', res);
return res;
}
if (section.id === sectionId)
(0, sections_1.duplicateRowInSection)(section, duplicateRowId);
return section;

@@ -88,0 +85,0 @@ });

@@ -47,3 +47,2 @@ "use strict";

section.tasks.splice(duplicatedRowIndex, 0, (0, row_1.duplicateRow)(duplicatedTask));
console.log(section, 'section here');
return (0, exports.calculateSection)(section);

@@ -50,0 +49,0 @@ };

{
"name": "estimate-library",
"version": "0.2.1",
"version": "0.2.2",
"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