New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

carbon14-node

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carbon14-node

"Carbon14 dating of a digitial website"

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Carbon14 Node

npm version

Carbon14 Node is a Node.js module for Carbon14 web page analysis.

Table of Contents

Installation

npm install carbon14-node

usage

After Installing as a dependancy you can use this package like below


const analyze = require('carbon14-node');

analyze(
 'https://www.hindustantimes.com'
)
 .then((result) => console.log('Shahid', result))
 .catch((error) => console.error(error));


API

run(): Promise<void> Starts the analysis process. Returns a Promise that resolves when the analysis is completed.

Contribution

We welcome contributions! To contribute to Carbon14 Node, follow these steps:

1.Fork the repository. 2.Create a new branch for your feature or bug fix: git checkout -b feature/your-feature or git checkout -b bugfix/your-bugfix. 3.Make your changes and commit them with a descriptive commit message. 4.Push your branch to your fork: git push origin feature/your-feature. 5. Open a pull request to the main branch of the original repository.

License

Carbon14 Node is licensed under the GNU General Public License v3.0.

Keywords

Carbon14

FAQs

Package last updated on 15 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts