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

random-string

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random-string - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.travis.yml

2

lib/random-string.js

@@ -12,3 +12,3 @@ /*

var numbers = '0123456789',
letters = 'ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz',
letters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz',
specials = '!$%^&*()_+|~-=`{}[]:;<>?,./';

@@ -15,0 +15,0 @@

{
"name": "random-string",
"description": "Simple Module for generating Random Strings",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/valiton/node-random-string",

@@ -6,0 +6,0 @@ "author": {

@@ -5,2 +5,4 @@ # random-string

![random-string](https://api.travis-ci.org/valiton/node-random-string.png "random-string")
## Getting Started

@@ -60,2 +62,4 @@ Install the module with: `npm install random-string`

- 0.1.2 fix characterset ([#2](https://github.com/valiton/node-random-string/issues/2))
- 0.1.1 do not contain special cars per default

@@ -70,4 +74,5 @@

## License
Copyright (c) 2013 Valiton GmbH
Licensed under the MIT license.
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