New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

twelve-apis

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twelve-apis - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

index.js

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

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