Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

f1-api-node

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

f1-api-node - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/endpoints/endpoints.d.ts

1

dist/endpoints/endpoints.js

@@ -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

31

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc