You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@75lb/nature

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@75lb/nature - npm Package Compare versions

Comparing version

to
0.1.6

6

lib/test-runner/index.js

@@ -5,5 +5,9 @@ async function testRunner (files) {

const runner = new TestRunner()
await runner.start(files)
try {
await runner.start(files)
} catch (err) {
console.error(err)
}
}
export default testRunner

2

package.json
{
"name": "@75lb/nature",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.1.5",
"version": "0.1.6",
"description": "75lb-nature",

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