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

nvrng

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nvrng - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

package.json
{
"name": "nvrng",
"version": "1.0.0",
"version": "1.0.1",
"description": "Not very random temporary name generator",

@@ -8,7 +8,8 @@ "main": "index.js",

"directories": {
"test": "tests"
"test": "tests,examples"
},
"scripts": {
"test": "mocha tests",
"cover": "nyc mocha tests"
"cover": "nyc mocha tests",
"report": "nyc report --reporter=text-lcov > coverage.lcov && codecov -t $TOKEN"
},

@@ -15,0 +16,0 @@ "author": "Sypachev S.S.",

@@ -0,1 +1,3 @@

[![Codecov Coverage](https://img.shields.io/codecov/c/github/ssypachev/nvrng/master.svg?style=flat-square)](https://codecov.io/gh/ssypachev/nvrng/)
# nvrng

@@ -2,0 +4,0 @@ Not very random temporary name generator

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