f1-api-node
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -15,1 +15,2 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=endpoints.js.map |
@@ -44,1 +44,2 @@ "use strict"; | ||
exports.getConstructorStandings = getConstructorStandings; | ||
//# sourceMappingURL=constructors-standings.js.map |
@@ -55,1 +55,2 @@ "use strict"; | ||
exports.getDriverData = getDriverData; | ||
//# sourceMappingURL=driver-data.js.map |
@@ -52,1 +52,2 @@ "use strict"; | ||
exports.getDriverStandings = getDriverStandings; | ||
//# sourceMappingURL=driver-standings.js.map |
@@ -60,1 +60,2 @@ "use strict"; | ||
exports.getTeamsData = getTeamsData; | ||
//# sourceMappingURL=team-data.js.map |
@@ -56,1 +56,2 @@ "use strict"; | ||
exports.getWorldChampions = getWorldChampions; | ||
//# sourceMappingURL=world-champions.js.map |
@@ -14,1 +14,2 @@ "use strict"; | ||
Object.defineProperty(exports, "getWorldChampions", { enumerable: true, get: function () { return world_champions_1.getWorldChampions; } }); | ||
//# sourceMappingURL=server.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "f1-api-node", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A simple library written in typescript to fetch Formula-1 data", | ||
"main": "dist/server.js", | ||
"types": "dist/server.d.ts", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"README.md" | ||
], | ||
@@ -12,8 +14,24 @@ "scripts": { | ||
"test": "jest", | ||
"build":"tsc -p ." | ||
"build": "tsc -p ." | ||
}, | ||
"keywords": ["F1" , "Formula1", "Formula1-data", "F1-API" , "Formula1-API"], | ||
"author": "Yash Kathe", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/yashkathe/F1-API" | ||
}, | ||
"keywords": [ | ||
"F1", | ||
"Formula1", | ||
"Formula1-data", | ||
"F1-API", | ||
"Formula1-API", | ||
"f1-api-node" | ||
], | ||
"author": { | ||
"email": "katheyash@yahoo.com", | ||
"name": "Yash Kathe" | ||
}, | ||
"license": "GPL-3.0", | ||
"bugs":"https://github.com/yashkathe/F1-API/issues", | ||
"devDependencies": { | ||
"@types/cheerio": "^0.22.31", | ||
"@types/jest": "^29.1.1", | ||
@@ -27,6 +45,5 @@ "jest": "^29.1.2", | ||
"dependencies": { | ||
"@types/cheerio": "^0.22.31", | ||
"axios": "^0.27.2", | ||
"cheerio": "^1.0.0-rc.12" | ||
} | ||
} | ||
} |
@@ -5,3 +5,3 @@ # Formula1 API | ||
The scraper scrapes this given https://www.formula1.com/ | ||
The scraper scrapes this website: https://www.formula1.com | ||
@@ -8,0 +8,0 @@ ## Installation |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
65073
2
27
352
0
7
- Removed@types/cheerio@^0.22.31
- Removed@types/cheerio@0.22.35(transitive)
- Removed@types/node@22.10.2(transitive)
- Removedundici-types@6.20.0(transitive)