leetcode-public-api
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -1,2 +0,2 @@ | ||
import { IGetLCAccount } from './types'; | ||
import { IGetLCAccount } from '../@types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Fetches and parses a LeetCode profile using username. |
@@ -1,2 +0,2 @@ | ||
import { IFetchAccount } from '../types'; | ||
import { IFetchAccount } from '../../@types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Fetches the HTML for a LeetCode profile using username |
@@ -1,2 +0,2 @@ | ||
import { IParseAccount } from '../types'; | ||
import { IParseAccount } from '../../@types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Parses data from HTML String of a LeetCode Profile. |
{ | ||
"name": "leetcode-public-api", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"license": "MIT", | ||
@@ -11,3 +11,4 @@ "author": "Husain Shahid Rao", | ||
"dist", | ||
"src" | ||
"src", | ||
"@types" | ||
], | ||
@@ -14,0 +15,0 @@ "repository": "https://github.com/husain3012/leetcode-public-api", |
@@ -1,2 +0,2 @@ | ||
import { IGetLCAccount } from './types'; | ||
import { IGetLCAccount } from '../@types'; | ||
@@ -3,0 +3,0 @@ import { fetchAccount } from './lib/fetchAccount'; |
@@ -1,2 +0,2 @@ | ||
import { IFetchAccount } from '../types'; | ||
import { IFetchAccount } from '../../@types'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { ILeetCodeUser, IParseAccount } from '../types'; | ||
import { ILeetCodeUser, IParseAccount } from '../../@types'; | ||
@@ -3,0 +3,0 @@ const start = '<script id="__NEXT_DATA__" type="application/json">'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
100367