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.1.0 to 1.1.1

types/index.d.ts

4

dist/index.d.ts

@@ -1,6 +0,4 @@

import { IGetLCAccount } from '../@types';
import { IGetLCAccount } from '../types';
/**
* Fetches and parses a LeetCode profile using username.
* @async
* @param username - Username for the LeetCode profile.
*/

@@ -7,0 +5,0 @@ export declare const getLCAccount: IGetLCAccount;

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function _regeneratorRuntime() {

@@ -339,5 +337,2 @@ _regeneratorRuntime = function () {

* Fetches the HTML for a LeetCode profile using username
* @async
* @param username - Username for the LeetCode profile.
* @returns - status, statusText, and data (as html string)
*/

@@ -394,4 +389,2 @@ var fetchAccount = /*#__PURE__*/function () {

* Parses data from HTML String of a LeetCode Profile.
* @param html - HTML string of a LeetCode profile page.
* @returns - Type safe data for the LeetCode Account
*/

@@ -420,5 +413,2 @@ var parseAccount = function parseAccount(html) {

* Helper for parseAccount function, to make the data type-safe.
* @private
* @param user - Raw JSON response from parsing of the HTML.
* @returns - Type safe data for the LeetCode Account
*/

@@ -438,4 +428,2 @@ var typecastResponse = function typecastResponse(user) {

* Fetches and parses a LeetCode profile using username.
* @async
* @param username - Username for the LeetCode profile.
*/

@@ -442,0 +430,0 @@ var getLCAccount = /*#__PURE__*/function () {

@@ -1,2 +0,2 @@

"use strict";function t(){t=function(){return e};var e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(t,e,r){t[e]=r.value},a="function"==typeof Symbol?Symbol:{},i=a.iterator||"@@iterator",u=a.asyncIterator||"@@asyncIterator",c=a.toStringTag||"@@toStringTag";function s(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{s({},"")}catch(t){s=function(t,e,r){return t[e]=r}}function l(t,e,r,n){var a=Object.create((e&&e.prototype instanceof p?e:p).prototype),i=new O(n||[]);return o(a,"_invoke",{value:L(t,r,i)}),a}function f(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=l;var h={};function p(){}function d(){}function v(){}var y={};s(y,i,(function(){return this}));var g=Object.getPrototypeOf,x=g&&g(g(j([])));x&&x!==r&&n.call(x,i)&&(y=x);var m=v.prototype=p.prototype=Object.create(y);function w(t){["next","throw","return"].forEach((function(e){s(t,e,(function(t){return this._invoke(e,t)}))}))}function b(t,e){function r(o,a,i,u){var c=f(t[o],t,a);if("throw"!==c.type){var s=c.arg,l=s.value;return l&&"object"==typeof l&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,i,u)}),(function(t){r("throw",t,i,u)})):e.resolve(l).then((function(t){s.value=t,i(s)}),(function(t){return r("throw",t,i,u)}))}u(c.arg)}var a;o(this,"_invoke",{value:function(t,n){function o(){return new e((function(e,o){r(t,n,e,o)}))}return a=a?a.then(o,o):o()}})}function L(t,e,r){var n="suspendedStart";return function(o,a){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw a;return{value:void 0,done:!0}}for(r.method=o,r.arg=a;;){var i=r.delegate;if(i){var u=k(i,r);if(u){if(u===h)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var c=f(t,e,r);if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===h)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function k(t,e){var r=e.method,n=t.iterator[r];if(void 0===n)return e.delegate=null,"throw"===r&&t.iterator.return&&(e.method="return",e.arg=void 0,k(t,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+r+"' method")),h;var o=f(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,h;var a=o.arg;return a?a.done?(e[t.resultName]=a.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):a:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,h)}function E(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function _(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function j(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,o=function e(){for(;++r<t.length;)if(n.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:T}}function T(){return{value:void 0,done:!0}}return d.prototype=v,o(m,"constructor",{value:v,configurable:!0}),o(v,"constructor",{value:d,configurable:!0}),d.displayName=s(v,c,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===d||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,v):(t.__proto__=v,s(t,c,"GeneratorFunction")),t.prototype=Object.create(m),t},e.awrap=function(t){return{__await:t}},w(b.prototype),s(b.prototype,u,(function(){return this})),e.AsyncIterator=b,e.async=function(t,r,n,o,a){void 0===a&&(a=Promise);var i=new b(l(t,r,n,o),a);return e.isGeneratorFunction(r)?i:i.next().then((function(t){return t.done?t.value:i.next()}))},w(m),s(m,c,"Generator"),s(m,i,(function(){return this})),s(m,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=j,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(_),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(r,n){return i.type="throw",i.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],i=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(u&&c){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var a=o;break}}a&&("break"===t||"continue"===t)&&a.tryLoc<=e&&e<=a.finallyLoc&&(a=null);var i=a?a.completion:{};return i.type=t,i.arg=e,a?(this.method="next",this.next=a.finallyLoc,h):this.complete(i)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),_(r),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;_(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:j(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),h}},e}function e(t,e,r,n,o,a,i){try{var u=t[a](i),c=u.value}catch(t){return void r(t)}u.done?e(c):Promise.resolve(c).then(n,o)}function r(t){return function(){var r=this,n=arguments;return new Promise((function(o,a){var i=t.apply(r,n);function u(t){e(i,o,a,u,c,"next",t)}function c(t){e(i,o,a,u,c,"throw",t)}u(void 0)}))}}Object.defineProperty(exports,"__esModule",{value:!0});var n=function(){var e=r(t().mark((function e(r){var n;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,fetch("https://leetcode.com/"+r);case 2:if(200===(n=t.sent).status){t.next=5;break}return t.abrupt("return",{status:n.status,statusText:n.statusText,data:null});case 5:return t.next=7,n.text();case 7:return t.abrupt("return",{status:n.status,statusText:n.statusText,data:t.sent});case 9:case"end":return t.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),o=function(t){var e,r,n,o,i,u,c,s=[];JSON.parse(null==(e=t.split('<script id="__NEXT_DATA__" type="application/json">')[1])?void 0:e.split("<\/script>")[0]).props.pageProps.dehydratedState.queries.forEach((function(t){t.state&&t.state.data&&t.state.data.matchedUser&&s.push(t.state.data.matchedUser)}));var l=parseInt(null==(r=t.split('Attended</div><div class="text-label-1 dark:text-dark-label-1 font-medium leading-[22px]">')[1])||null==(n=r.split("</div></div></div></div>")[0])?void 0:n.replace(/,/g,""))||0,f=parseInt(null==(o=t.split('Contest Rating</div><div class="text-label-1 dark:text-dark-label-1 flex items-center text-2xl">')[1])||null==(i=o.split('</div></div><div class="mr-4"><div class="text-label-3 dark:text-dark-label-3">')[0])?void 0:i.replace(/,/g,""))||0,h=parseInt(null==(u=t.split('Global Ranking</div><div class="text-label-1 dark:text-dark-label-1 font-medium leading-[22px]">')[1])||null==(c=u.split('<span class="text-label-4 dark:text-dark-label-4">/\x3c!-- --\x3e')[0])?void 0:c.replace(/,/g,""))||0;return s.push({contestAttended:l,contestRating:f,contestRanking:h}),a(s)},a=function(t){return t.reduce((function(t,e){for(var r=0,n=Object.keys(e);r<n.length;r++){var o=n[r];t[o]=e[o]}return t}),{})},i=function(){var e=r(t().mark((function e(r){var a;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,n(r);case 2:if(null==(a=t.sent).data){t.next=5;break}return t.abrupt("return",{status:a.status,statusText:a.statusText,data:o(a.data)});case 5:return t.abrupt("return",{status:a.status,statusText:a.statusText,data:null});case 6:case"end":return t.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();exports.fetchAccount=n,exports.getLCAccount=i,exports.parseAccount=o;
"use strict";function t(){t=function(){return e};var e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(t,e,r){t[e]=r.value},a="function"==typeof Symbol?Symbol:{},i=a.iterator||"@@iterator",u=a.asyncIterator||"@@asyncIterator",c=a.toStringTag||"@@toStringTag";function s(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{s({},"")}catch(t){s=function(t,e,r){return t[e]=r}}function l(t,e,r,n){var a=Object.create((e&&e.prototype instanceof p?e:p).prototype),i=new O(n||[]);return o(a,"_invoke",{value:L(t,r,i)}),a}function f(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=l;var h={};function p(){}function d(){}function v(){}var y={};s(y,i,(function(){return this}));var g=Object.getPrototypeOf,x=g&&g(g(j([])));x&&x!==r&&n.call(x,i)&&(y=x);var m=v.prototype=p.prototype=Object.create(y);function w(t){["next","throw","return"].forEach((function(e){s(t,e,(function(t){return this._invoke(e,t)}))}))}function b(t,e){function r(o,a,i,u){var c=f(t[o],t,a);if("throw"!==c.type){var s=c.arg,l=s.value;return l&&"object"==typeof l&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,i,u)}),(function(t){r("throw",t,i,u)})):e.resolve(l).then((function(t){s.value=t,i(s)}),(function(t){return r("throw",t,i,u)}))}u(c.arg)}var a;o(this,"_invoke",{value:function(t,n){function o(){return new e((function(e,o){r(t,n,e,o)}))}return a=a?a.then(o,o):o()}})}function L(t,e,r){var n="suspendedStart";return function(o,a){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw a;return{value:void 0,done:!0}}for(r.method=o,r.arg=a;;){var i=r.delegate;if(i){var u=k(i,r);if(u){if(u===h)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var c=f(t,e,r);if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===h)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function k(t,e){var r=e.method,n=t.iterator[r];if(void 0===n)return e.delegate=null,"throw"===r&&t.iterator.return&&(e.method="return",e.arg=void 0,k(t,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+r+"' method")),h;var o=f(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,h;var a=o.arg;return a?a.done?(e[t.resultName]=a.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):a:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,h)}function E(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function _(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function j(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,o=function e(){for(;++r<t.length;)if(n.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:T}}function T(){return{value:void 0,done:!0}}return d.prototype=v,o(m,"constructor",{value:v,configurable:!0}),o(v,"constructor",{value:d,configurable:!0}),d.displayName=s(v,c,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===d||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,v):(t.__proto__=v,s(t,c,"GeneratorFunction")),t.prototype=Object.create(m),t},e.awrap=function(t){return{__await:t}},w(b.prototype),s(b.prototype,u,(function(){return this})),e.AsyncIterator=b,e.async=function(t,r,n,o,a){void 0===a&&(a=Promise);var i=new b(l(t,r,n,o),a);return e.isGeneratorFunction(r)?i:i.next().then((function(t){return t.done?t.value:i.next()}))},w(m),s(m,c,"Generator"),s(m,i,(function(){return this})),s(m,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=j,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(_),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(r,n){return i.type="throw",i.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],i=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(u&&c){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var a=o;break}}a&&("break"===t||"continue"===t)&&a.tryLoc<=e&&e<=a.finallyLoc&&(a=null);var i=a?a.completion:{};return i.type=t,i.arg=e,a?(this.method="next",this.next=a.finallyLoc,h):this.complete(i)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),_(r),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;_(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:j(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),h}},e}function e(t,e,r,n,o,a,i){try{var u=t[a](i),c=u.value}catch(t){return void r(t)}u.done?e(c):Promise.resolve(c).then(n,o)}function r(t){return function(){var r=this,n=arguments;return new Promise((function(o,a){var i=t.apply(r,n);function u(t){e(i,o,a,u,c,"next",t)}function c(t){e(i,o,a,u,c,"throw",t)}u(void 0)}))}}var n=function(){var e=r(t().mark((function e(r){var n;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,fetch("https://leetcode.com/"+r);case 2:if(200===(n=t.sent).status){t.next=5;break}return t.abrupt("return",{status:n.status,statusText:n.statusText,data:null});case 5:return t.next=7,n.text();case 7:return t.abrupt("return",{status:n.status,statusText:n.statusText,data:t.sent});case 9:case"end":return t.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),o=function(t){var e,r,n,o,i,u,c,s=[];JSON.parse(null==(e=t.split('<script id="__NEXT_DATA__" type="application/json">')[1])?void 0:e.split("<\/script>")[0]).props.pageProps.dehydratedState.queries.forEach((function(t){t.state&&t.state.data&&t.state.data.matchedUser&&s.push(t.state.data.matchedUser)}));var l=parseInt(null==(r=t.split('Attended</div><div class="text-label-1 dark:text-dark-label-1 font-medium leading-[22px]">')[1])||null==(n=r.split("</div></div></div></div>")[0])?void 0:n.replace(/,/g,""))||0,f=parseInt(null==(o=t.split('Contest Rating</div><div class="text-label-1 dark:text-dark-label-1 flex items-center text-2xl">')[1])||null==(i=o.split('</div></div><div class="mr-4"><div class="text-label-3 dark:text-dark-label-3">')[0])?void 0:i.replace(/,/g,""))||0,h=parseInt(null==(u=t.split('Global Ranking</div><div class="text-label-1 dark:text-dark-label-1 font-medium leading-[22px]">')[1])||null==(c=u.split('<span class="text-label-4 dark:text-dark-label-4">/\x3c!-- --\x3e')[0])?void 0:c.replace(/,/g,""))||0;return s.push({contestAttended:l,contestRating:f,contestRanking:h}),a(s)},a=function(t){return t.reduce((function(t,e){for(var r=0,n=Object.keys(e);r<n.length;r++){var o=n[r];t[o]=e[o]}return t}),{})},i=function(){var e=r(t().mark((function e(r){var a;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,n(r);case 2:if(null==(a=t.sent).data){t.next=5;break}return t.abrupt("return",{status:a.status,statusText:a.statusText,data:o(a.data)});case 5:return t.abrupt("return",{status:a.status,statusText:a.statusText,data:null});case 6:case"end":return t.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();exports.fetchAccount=n,exports.getLCAccount=i,exports.parseAccount=o;
//# sourceMappingURL=leetcode-public-api.cjs.production.min.js.map

@@ -335,5 +335,2 @@ function _regeneratorRuntime() {

* Fetches the HTML for a LeetCode profile using username
* @async
* @param username - Username for the LeetCode profile.
* @returns - status, statusText, and data (as html string)
*/

@@ -390,4 +387,2 @@ var fetchAccount = /*#__PURE__*/function () {

* Parses data from HTML String of a LeetCode Profile.
* @param html - HTML string of a LeetCode profile page.
* @returns - Type safe data for the LeetCode Account
*/

@@ -416,5 +411,2 @@ var parseAccount = function parseAccount(html) {

* Helper for parseAccount function, to make the data type-safe.
* @private
* @param user - Raw JSON response from parsing of the HTML.
* @returns - Type safe data for the LeetCode Account
*/

@@ -434,4 +426,2 @@ var typecastResponse = function typecastResponse(user) {

* Fetches and parses a LeetCode profile using username.
* @async
* @param username - Username for the LeetCode profile.
*/

@@ -438,0 +428,0 @@ var getLCAccount = /*#__PURE__*/function () {

@@ -1,8 +0,5 @@

import { IFetchAccount } from '../../@types';
import { IFetchAccount } from '../../types';
/**
* Fetches the HTML for a LeetCode profile using username
* @async
* @param username - Username for the LeetCode profile.
* @returns - status, statusText, and data (as html string)
*/
export declare const fetchAccount: IFetchAccount;

@@ -1,7 +0,5 @@

import { IParseAccount } from '../../@types';
import { IParseAccount } from '../../types';
/**
* Parses data from HTML String of a LeetCode Profile.
* @param html - HTML string of a LeetCode profile page.
* @returns - Type safe data for the LeetCode Account
*/
export declare const parseAccount: IParseAccount;
{
"name": "leetcode-public-api",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -10,3 +10,3 @@ "author": "Husain Shahid Rao",

"files": [
"dist"
"dist","types"
],

@@ -13,0 +13,0 @@ "repository": "https://github.com/husain3012/leetcode-public-api",

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