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.3.1

7

package.json
{
"name": "@aitodotai/aito-price-tool",
"version": "0.2.6",
"version": "0.3.1",
"description": "Calculates Aito invoices",
"main": "dist/index.js",
"main": "dist/src/index.js",
"directories": {

@@ -10,2 +10,5 @@ "test": "test"

"scripts": {
"clean": "rm -r ./dist",
"prenp": "npm run clean && npm run build",
"np": "np --no-yarn",
"test": "mocha -r ts-node/register test/**/*.spec.ts",

@@ -12,0 +15,0 @@ "lint": "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'",