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

bengbenge

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bengbenge

Simple inifity array for round-robin dns, beng, beng in rustlang. [Origin](https://github.com/ragingwind/node-bengbenge) is from node.

  • 0.3.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

bengbenge

Simple inifity array for round-robin dns, beng, beng in rustlang. Origin is from node.

rust

Install

Usese

use bengbenge::BengBenge;

fn main() {
    let mut bbe = BengBenge::new();

    bbe.append("192.168.0.1".to_string());
    bbe.append("192.168.0.2".to_string());

    println!("{}", bbe.next().unwrap());
    println!("{}", bbe.next().unwrap());
    println!("{}", bbe.next().unwrap());
    println!("{}", bbe.next().unwrap());
}

node

Install

npm install bengbenge

Usese

import Bengbenge from 'bengbenge';

const beng = new Bengbenge();

Array.from('12345').forEach(i => beng.append(`www${i}.vercel.com`));

redirect(beng.next());

License

MIT @ Jimmy Moon

FAQs

Package last updated on 04 Jan 2022

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

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