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

@equisoft/tax-ca

Package Overview
Dependencies
Maintainers
13
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equisoft/tax-ca - npm Package Compare versions

Comparing version 2018.0.22 to 2018.0.23

4

lib/misc/iqpf.js

@@ -19,4 +19,4 @@ "use strict";

CANADIAN_EQUITIES: 0.065,
CONSERVATIVE_PORFOLIO: 0.032,
BALANCED_PORTFOLIO: 0.0390,
CONSERVATIVE_PORTFOLIO: 0.032,
BALANCED_PORTFOLIO: 0.039,
DYNAMIC_PORTFOLIO: 0.0475

@@ -23,0 +23,0 @@ },

{
"name": "@equisoft/tax-ca",
"version": "2018.0.22",
"version": "2018.0.23",
"description": "Canadian tax data and calculation functions.",

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

@@ -45,8 +45,8 @@ # tax-ca

```javascript
import { pension } from '@equisoft/tax-ca';
import { PENSION } from '@equisoft/tax-ca';
const { oas, cpp } = pension;
const { OAS, CPP } = PENSION;
console.log("OAS maximum age: ", oas.max_age); // 70
console.log("CPP AAF for age 67: ", cpp.getAAF(67)); // 1.168
console.log("OAS maximum age: ", OAS.MAX_AGE); // 70
console.log("CPP AAF for age 67: ", CPP.getAAF(67)); // 1.168
```

@@ -108,2 +108,2 @@

We strongly value [inner source](https://en.wikipedia.org/wiki/Inner_source) practices within Equisoft and encourage contributors external to the FNA team to submit issues (including feature requests) and pull request to the repository.
We strongly value [inner source](https://en.wikipedia.org/wiki/Inner_source) practices within Equisoft and encourage contributors external to the FNA team to submit issues (including feature requests) and pull requests to the repository.

Sorry, the diff of this file is not supported yet

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