包详细信息

@fakerjs/ip

faker-javascript14kMIT2.1.1

IP package provides functionality to generate a fake ip value.

fakerjs, faker, fake, random

自述文件

IP

IP package provides functionality to generate a fake ip value.

Version node-current License

Install

$ npm install --save @fakerjs/ip

Usage

import ip from '@fakerjs/ip';

ip();
//=> 168.195.165.81

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko

更新日志

2.1.1 (2022-01-15)

  • Typo updates.

2.1.0 (2022-01-12)

  • Added xo, tsd, c8.
  • Improved tests.

2.0.1 (2022-01-10)

  • GitHub docs updates.

2.0.0 (2022-01-09)

BREAKING CHANGES

  • New function ip istead of fakeIP

1.0.0 (2022-01-08)

  • Initial release