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

@aitodotai/aito-price-tool

Package Overview
Dependencies
Maintainers
6
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aitodotai/aito-price-tool - npm Package Compare versions

Comparing version

to
1.0.2

2

dist/src/index.js

@@ -10,3 +10,3 @@ "use strict";

SANDBOX: { price: 0 * EURO },
DEVELOPER: { price: 29 * EURO },
DEVELOPER: { price: 39 * EURO },
PRODUCTION: { price: 249 * EURO },

@@ -13,0 +13,0 @@ PLUS_ONE_GB: { price: 49 * EURO },

@@ -61,3 +61,3 @@ "use strict";

chai_1.expect(Calculator.calculatePrice(['PRODUCTION', 'PLUS_ONE_GB'], 1)).to.equal(24900 + 4900);
chai_1.expect(Calculator.calculatePrice(['PRODUCTION', 'DEVELOPER'], 1)).to.equal(24900 + 2900);
chai_1.expect(Calculator.calculatePrice(['PRODUCTION', 'DEVELOPER'], 1)).to.equal(24900 + 3900);
});

@@ -64,0 +64,0 @@ it('should calculate prices for random ordered combined products', function () {

{
"name": "@aitodotai/aito-price-tool",
"version": "1.0.1",
"version": "1.0.2",
"description": "Calculates Aito invoices",

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

@@ -52,3 +52,3 @@ import {

expect(Calculator.calculatePrice(['PRODUCTION', 'PLUS_ONE_GB'], 1)).to.equal(24900 + 4900)
expect(Calculator.calculatePrice(['PRODUCTION', 'DEVELOPER'], 1)).to.equal(24900 + 2900)
expect(Calculator.calculatePrice(['PRODUCTION', 'DEVELOPER'], 1)).to.equal(24900 + 3900)
})

@@ -55,0 +55,0 @@

@@ -62,3 +62,3 @@ import {

expect(Calculator.calculatePrice(['PRODUCTION', 'PLUS_ONE_GB'], 1)).to.equal(24900 + 4900)
expect(Calculator.calculatePrice(['PRODUCTION', 'DEVELOPER'], 1)).to.equal(24900 + 2900)
expect(Calculator.calculatePrice(['PRODUCTION', 'DEVELOPER'], 1)).to.equal(24900 + 3900)
})

@@ -65,0 +65,0 @@