Socket
Socket
Sign inDemoInstall

cross-uid

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-uid - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

7

package.json
{
"name": "cross-uid",
"version": "1.0.0",
"version": "1.1.0",
"description": "Generate a randomize identifer with fixed length ⚡.",

@@ -19,3 +19,6 @@ "main": "index.js",

"uid",
"unique-id"
"unique-id",
"random-id",
"cross-uid",
"polyfill-uid"
],

@@ -22,0 +25,0 @@ "author": {

@@ -13,13 +13,13 @@ # Cross Unique Id

[travis-img]: https://travis-ci.org/3imed-jaberi/u-id.svg?branch=master
[travis-url]: https://travis-ci.org/3imed-jaberi/u-id
[coverage-img]: https://coveralls.io/repos/github/3imed-jaberi/u-id/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/3imed-jaberi/u-id?branch=master
[npm-badge]: https://img.shields.io/npm/v/u-id.svg?style=flat
[npm-url]: https://www.npmjs.com/package/u-id
[travis-img]: https://travis-ci.org/3imed-jaberi/cross-uid.svg?branch=master
[travis-url]: https://travis-ci.org/3imed-jaberi/cross-uid
[coverage-img]: https://coveralls.io/repos/github/3imed-jaberi/cross-uid/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/3imed-jaberi/cross-uid?branch=master
[npm-badge]: https://img.shields.io/npm/v/cross-uid.svg?style=flat
[npm-url]: https://www.npmjs.com/package/cross-uid
[license-badge]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square
[license-url]: https://github.com/3imed-jaberi/u-id/blob/master/LICENSE
[code-size-badge]: https://img.shields.io/github/languages/code-size/3imed-jaberi/u-id
[license-url]: https://github.com/3imed-jaberi/cross-uid/blob/master/LICENSE
[code-size-badge]: https://img.shields.io/github/languages/code-size/3imed-jaberi/cross-uid
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc-url]: https://github.com/3imed-jaberi/u-id/blob/master/CODE_OF_CONDUCT.md
[coc-url]: https://github.com/3imed-jaberi/cross-uid/blob/master/CODE_OF_CONDUCT.md

@@ -34,2 +34,3 @@ <!-- ***************** -->

### `Installation`

@@ -39,5 +40,5 @@

# npm ..
$ npm install u-id
$ npm install cross-uid
# yarn ..
$ yarn add u-id
$ yarn add cross-uid
```

@@ -51,3 +52,3 @@

```javascript
const uid = require ('u-id');
const uid = require ('cross-uid');

@@ -54,0 +55,0 @@ // you can pass a optional length arg to this func.

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