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

@volvo-cars/benefit-in-kind-estimator

Package Overview
Dependencies
Maintainers
8
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volvo-cars/benefit-in-kind-estimator

standalone benefit in kind package

  • 1.10.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
8
Weekly downloads
 
Created
Source

@volvo-cars/benefit-in-kind-estimator

calculate benefit in kind value of a car with a token.

Usage

import { useBenefitInKind } from '@volvo-cars/benefit-in-kind-estimator';

const { taxBreakdown, completed, error } = useBenefitInKind({
  isStockCar: false,
  locale: 'sv-SE',
  regionCode: 'SE',
  token: 'token',
  envURI: '',
  gpeSource: '',
  salesModelName: 'default',
});

Options

optionsDescriptionDefault
isStockCarif car is stock car ot notfalse
localesv-SE or en-GB-
salesModelNamesales model namedefault
tokencar config token-
regionCodeSE, GB-
taxationDatedate of the taxation which will be used to calculate the BIK-
cceEnvironmentstaging or qa-
gpeSourcegpe-prod-urax-prod or gpe-prod-urax-qagpe-prod-urax-prod
skipskip the queryfalse
envURIhttps://www.volvocars.com/api/graphql or https://qawww.volvocars.com/api/graphql-

FAQs

Package last updated on 03 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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