Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 0.1.1 to 0.1.2

lib/node-test-runner/strategy.js

6

bin/cli.js

@@ -5,3 +5,3 @@ #!/usr/bin/env node

import CreateProject from '../lib/create-project/strategy.js'
import nodeTest from '../lib/node-test/strategy.js'
import nodeTestRunner from '../lib/node-test-runner/strategy.js'
import testRunner from '../lib/test-runner/index.js'

@@ -19,4 +19,4 @@ import simpleRollup from '../lib/simple-rollup/index.js'

}],
['node-test', nodeTest],
['test', testRunner],
['node-test-runner', nodeTestRunner],
['test-runner', testRunner],
['simple-rollup', simpleRollup],

@@ -23,0 +23,0 @@ ['jsdoc2md', jsdoc2md],

@@ -8,7 +8,5 @@ async function jsdoc2md (argv) {

const jsdoc2mdPath = path.resolve(__dirname, '../../node_modules/.bin/jsdoc2md')
const cmd = spawn('node', [ jsdoc2mdPath, ...argv])
cmd.stdout.pipe(process.stdout)
cmd.stdin.pipe(process.stdin)
const cmd = spawn('node', [ jsdoc2mdPath, ...argv], { stdio: 'inherit' })
}
export default jsdoc2md
{
"name": "@75lb/nature",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.1.1",
"version": "0.1.2",
"description": "75lb-nature",
"repository": "https://github.com/75lb/75lb-nature",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/75lb-nature.git"
},
"type": "module",

@@ -12,3 +15,3 @@ "exports": {},

"bin": {
"75lb-nature": "./bin/cli.js"
"75lb-nature": "bin/cli.js"
},

@@ -15,0 +18,0 @@ "engines": {

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