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
0.4.0

dist/src/index.d.ts

1

dist/src/index.js

@@ -174,1 +174,2 @@ "use strict";

exports.calculatePrice = calculatePrice;
//# sourceMappingURL=index.js.map

@@ -60,1 +60,2 @@ "use strict";

});
//# sourceMappingURL=pricing.spec.js.map

12

package.json
{
"name": "@aitodotai/aito-price-tool",
"version": "0.3.2",
"version": "0.4.0",
"description": "Calculates Aito invoices",

@@ -33,7 +33,7 @@ "main": "dist/src/index.js",

"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"@types/chai": "^4.1.7",

@@ -40,0 +40,0 @@ "@types/mocha": "^5.2.5",

@@ -10,5 +10,5 @@ {

// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
// "declaration": true, /* Generates corresponding '.d.ts' file. */
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
// "sourceMap": true, /* Generates corresponding '.map' file. */
"declaration": true, /* Generates corresponding '.d.ts' file. */
"declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
"sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */

@@ -61,2 +61,2 @@ "outDir": "./dist", /* Redirect output structure to the directory. */

}
}
}