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
0
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.8

6

lib/test-runner/index.js

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

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

4

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

@@ -44,4 +44,4 @@ "repository": {

"jsdoc-to-markdown": "next",
"rollup": "^4.21.1"
"rollup": "^4.21.2"
}
}