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

linkbox-price-service

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkbox-price-service - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

1

lib/price-calculator.d.ts

@@ -16,4 +16,5 @@ export declare class CalculateProps {

periodicPrice: number;
includesTaxes: boolean;
};
export declare function calculatePrice(props: CalculateProps): Price;
export {};

@@ -48,2 +48,3 @@ "use strict";

periodicPrice: periodicPrice(prices, props),
includesTaxes: props.currency === 'EUR',
};

@@ -50,0 +51,0 @@ }

5

package.json
{
"name": "linkbox-price-service",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -9,4 +9,3 @@ "main": "lib/price-calculator.js",

"lint": "eslint src --ext .ts",
"build": "tsc",
"release": "yarn build && npm publish"
"build": "tsc"
},

@@ -13,0 +12,0 @@ "license": "UNLICENSED",

@@ -8,3 +8,3 @@ # linkbox price service

yarn build
yarn run publish
npm publish
```
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