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.14 to 0.2.15

4

build/lib/sections.js

@@ -32,3 +32,3 @@ "use strict";

tasks: [(0, row_1.createRow)(departments)],
total: (0, row_1.createRow)(departments, 'Subtotal'),
total: (0, row_1.createRow)(departments, "Subtotal by ".concat(sectionName)),
};

@@ -57,3 +57,3 @@ }

var updateNameSection = function (section, name) {
return __assign(__assign({}, section), { name: name });
return __assign(__assign({}, section), { name: name, total: __assign(__assign({}, section.total), { name: "Subtotal by ".concat(name) }) });
};

@@ -60,0 +60,0 @@ exports.updateNameSection = updateNameSection;

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