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

leetcode-public-api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leetcode-public-api - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

@types/index.d.ts

2

dist/index.d.ts

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

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