Socket
Socket
Sign inDemoInstall

tl-api

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 1.0.0

9

package.json
{
"name": "tl-api",
"version": "0.0.5",
"version": "1.0.0",
"type": "module",

@@ -13,2 +13,6 @@ "description": "TPLink Router API",

],
"engineStrict": true,
"engines": {
"node": ">=18.0.0"
},
"repository": {

@@ -37,5 +41,2 @@ "type": "git",

"license": "MIT",
"dependencies": {
"undici": "5.22.1"
},
"devDependencies": {

@@ -42,0 +43,0 @@ "prettier": "2.8.8"

@@ -1,3 +0,1 @@

import { fetch } from "./fetch.js";
export const fetchBusy = async (baseUrl) => {

@@ -4,0 +2,0 @@ const res = await fetch(new URL("cgi/getBusy", baseUrl).href, {

@@ -1,3 +0,1 @@

import { fetch } from "./fetch.js";
export const fetchCgiGdpr = async (

@@ -4,0 +2,0 @@ baseUrl,

@@ -1,3 +0,1 @@

import { fetch } from "./fetch.js";
const MARKER = '<script type="text/javascript">';

@@ -4,0 +2,0 @@

@@ -1,3 +0,1 @@

import { fetch } from "./fetch.js";
export const _extractVariables = (js) => {

@@ -4,0 +2,0 @@ return js

@@ -1,3 +0,1 @@

import { fetch } from "./fetch.js";
export const fetchSessionId = async (

@@ -4,0 +2,0 @@ baseUrl,

@@ -1,3 +0,1 @@

import { fetch } from "./fetch.js";
export const fetchTokenId = async (

@@ -4,0 +2,0 @@ baseUrl,

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc