twelve-apis
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -1,4 +0,4 @@ | ||
const Function = new (require('./data/database')) | ||
const Function = require('./data/database') | ||
module.exports = class Component { | ||
Scraper = Function | ||
} |
{ | ||
"name": "twelve-apis", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Simpel Scraper By Twelve", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# @Twelve-Api | ||
# Twelve-Api | ||
@@ -23,3 +23,3 @@ A comprehensive package providing various scraping and API interaction functions. | ||
```sh | ||
npm install @twelve-api | ||
npm install twelve-apis | ||
``` | ||
@@ -30,4 +30,3 @@ | ||
const thing = require("@twelve-api"); | ||
const Data = thing.Scraper | ||
const Data = require("twelve-apis"); | ||
async function example(text) { | ||
@@ -34,0 +33,0 @@ try { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
8912
4
41