@kustomer/apps-server-sdk
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@kustomer/apps-server-sdk", | ||
"version": "0.0.1", | ||
"description": "Kustomer Server Side App SDK", | ||
"main": "./bin/index.js", | ||
"scripts": { | ||
"build": "npx rimraf bin && tsc -p .", | ||
"test": "npx jest --no-cache", | ||
"lint": "npx eslint . --ext .ts", | ||
"lint:fix": "npx eslint . --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"cors": "^2.8.5", | ||
"debug": "^4.3.2", | ||
"dotenv": "^10.0.0", | ||
"express": "^4.17.1", | ||
"joi": "^17.4.2", | ||
"jsonwebtoken": "^8.5.1" | ||
}, | ||
"devDependencies": { | ||
"@types/cors": "^2.8.12", | ||
"@types/debug": "^4.1.7", | ||
"@types/express": "^4.17.13", | ||
"@types/jest": "^27.4.1", | ||
"@types/jsonwebtoken": "^8.5.5", | ||
"@types/supertest": "^2.0.12", | ||
"@typescript-eslint/eslint-plugin": "^5.22.0", | ||
"@typescript-eslint/parser": "^5.22.0", | ||
"eslint": "^8.14.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-jest": "^26.1.5", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.5.1", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | ||
"supertest": "^6.2.3", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.4.2" | ||
} | ||
"name": "@kustomer/apps-server-sdk", | ||
"version": "0.0.2", | ||
"description": "Kustomer Server Side App SDK", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
"build": "npx rimraf bin && tsc -p .", | ||
"test": "npx jest --no-cache", | ||
"lint": "npx eslint . --ext .ts", | ||
"lint:fix": "npx eslint . --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"cors": "^2.8.5", | ||
"debug": "^4.3.2", | ||
"dotenv": "^10.0.0", | ||
"express": "^4.17.1", | ||
"joi": "^17.4.2", | ||
"jsonwebtoken": "^8.5.1" | ||
}, | ||
"devDependencies": { | ||
"@types/cors": "^2.8.12", | ||
"@types/debug": "^4.1.7", | ||
"@types/express": "^4.17.13", | ||
"@types/jest": "^27.4.1", | ||
"@types/jsonwebtoken": "^8.5.5", | ||
"@types/supertest": "^2.0.12", | ||
"@typescript-eslint/eslint-plugin": "^5.22.0", | ||
"@typescript-eslint/parser": "^5.22.0", | ||
"eslint": "^8.14.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-jest": "^26.1.5", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.5.1", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | ||
"supertest": "^6.2.3", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.4.2" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
79894
116
1
33