Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "onemapsg", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Chang Zhe Jiet", | ||
@@ -24,3 +24,3 @@ "description": "Helper library for using OneMap APIs.", | ||
"scripts": { | ||
"lint": "eslint src/**/*.ts test/**/*.ts", | ||
"lint": "eslint '**/*.ts'", | ||
"test": "jest", | ||
@@ -34,17 +34,17 @@ "build:watch": "tsc -w", | ||
"dependencies": { | ||
"axios": "^1.6.2", | ||
"axios": "^1.6.5", | ||
"dayjs": "^1.11.10" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.10", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"eslint": "^8.54.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"@types/jest": "^29.5.11", | ||
"@typescript-eslint/eslint-plugin": "^6.18.1", | ||
"@typescript-eslint/parser": "^6.18.1", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-security": "^1.7.1", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.3.2" | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32793
Updatedaxios@^1.6.5