🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

hello-cls

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hello-cls - npm Package Compare versions

Comparing version

to
1.0.0-test.1

9

package.json
{
"name": "hello-cls",
"version": "0.0.0-rc.2",
"version": "1.0.0-test.1",
"description": "A Node.js library that implements Continuation-Local Storage",

@@ -10,4 +10,7 @@ "main": "lib/cls.js",

"test:int:mockapp": "nodemon --inspect tests/integration/mockApp/index.js",
"test:int": "mocha -R spec tests/integration/**/*.specs.js --recursive",
"test:int:sh": "./tests/integration/run.sh"
"test:int:tester": "mocha -R spec tests/integration/**/*.specs.js --recursive",
"test:int": "./tests/integration/run.sh",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major"
},

@@ -14,0 +17,0 @@ "nyc": {

@@ -5,2 +5,3 @@ # hello-cls

[![Build status](https://action-badges.now.sh/hellocomet/cls)](https://github.com/hellocomet/cls/actions)
[![codecov](https://codecov.io/gh/hellocomet/hello-cls/branch/master/graph/badge.svg)](https://codecov.io/gh/hellocomet/hello-cls)

@@ -36,2 +37,2 @@ A Node.js library that implements Continuation-Local Storage for Node 10+

Made with ❤️ at [**comet**](https://comet.co/)
Made with ❤️ at [**comet**](https://comet.co/)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet