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

jann-scraper

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jann-scraper - npm Package Compare versions

Comparing version 0.0.4-beta.4 to 0.0.4-beta.5

.npm/_cacache/content-v2/sha512/60/67/e0aab1a41e7d67a96832eefcc8d54126ab5d3c9d5f5ddaaeaa8b4591723f63e0512bc91e4130b610b0a04ea78cd9ea99634b6b327942875461c0e2724b67

38

dist/index.js

@@ -8,3 +8,3 @@ var __getOwnPropNames = Object.getOwnPropertyNames;

var require_function = __commonJS({
"lib/function.js"(exports2, module2) {
"lib/function.js"(exports, module) {
function generateRandom(length) {

@@ -18,3 +18,3 @@ const chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";

}
module2.exports = {
module.exports = {
generateRandom

@@ -27,4 +27,4 @@ };

var require_config = __commonJS({
"config.js"(exports2, module2) {
module2.exports = {
"config.js"(exports, module) {
module.exports = {
author: "@JannDevs",

@@ -38,3 +38,3 @@ baseUrl: "https://tools.betabotz.eu.org"

var require_ai = __commonJS({
"lib/ai.js"(exports2, module2) {
"./lib/ai"(exports, module) {
var axios = require("axios");

@@ -44,3 +44,3 @@ var { generateRandom } = require_function();

global.creator = "@janndevs";
async function zeta2(text = "") {
async function zeta(text = "") {
try {

@@ -65,3 +65,3 @@ const request = await axios.post("https://vestia-zeta.vercel.app/api/chat", {

}
async function lepton2(query) {
async function lepton(query) {
return new Promise(async (resolve, reject) => {

@@ -107,3 +107,3 @@ try {

}
async function openai2(query) {
async function openai(query) {
try {

@@ -121,20 +121,8 @@ const { data } = await axios.get(`${baseUrl}/tools/openai?q=${encodeURIComponent(query)}`, {

}
module2.exports = {
zeta: zeta2,
lepton: lepton2,
openai: openai2
module.exports = {
zeta: zeta,
lepton: lepton,
openai: openai
};
}
});
// index.js
var {
zeta2,
lepton2,
openai2
} = require_ai();
module.exports = {
zeta2,
lepton2,
openai2
};
});

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

const dist = require('./dist/index.js')
const dist = require('./dist/index')
module.exports = dist
{
"name": "jann-scraper",
"version": "0.0.4-beta.4",
"version": "0.0.4-beta.5",
"description": "Free Library scraper for Rest Api or WhatsApp bot",

@@ -8,3 +8,3 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup index.js"
"build": "tsup index.d.ts"
},

@@ -11,0 +11,0 @@ "keywords": [

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