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

henrybuilt-js-library

Package Overview
Dependencies
Maintainers
3
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

henrybuilt-js-library - npm Package Compare versions

Comparing version

to
1.8.325

2

package.json
{
"name": "henrybuilt-js-library",
"version": "1.8.324",
"version": "1.8.325",
"description": "",

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

@@ -388,12 +388,14 @@ var libMaterials = require('@src/materials/materials');

if (moment(project.pricingDate).isSameOrAfter('2022-03-18')) {
unitPrice = unitPrice.multiply(1.08);
}
if (width < 42) {
if (moment(project.pricingDate).isSameOrAfter('2022-03-18')) {
unitPrice = unitPrice.multiply(1.08);
}
if (moment(project.pricingDate).isSameOrAfter('2024-01-27')) {
unitPrice = unitPrice.multiply(1.05);
}
if (moment(project.pricingDate).isSameOrAfter('2024-01-27')) {
unitPrice = unitPrice.multiply(1.05);
}
if (moment(project.pricingDate).isSameOrAfter('2025-01-23')) {
unitPrice = unitPrice.multiply(1.11);
if (moment(project.pricingDate).isSameOrAfter('2025-01-23')) {
unitPrice = unitPrice.multiply(1.11);
}
}

@@ -400,0 +402,0 @@

Sorry, the diff of this file is too big to display