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

asset-depreciation-calculator

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-depreciation-calculator - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

dist/index.js

@@ -28,3 +28,4 @@ "use strict";

// For example, if total is 31, divided by 3 it would be 10 / 10 / 10.
if (newEndAmount === 1) {
// Also, there's a case, such as 29, where it returns negative result.
if (newEndAmount <= 1) {
return {

@@ -31,0 +32,0 @@ depreciationAmount: previousEndAmount,

{
"name": "asset-depreciation-calculator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Asset Depreciation Calculator",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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