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

@nexssp/language

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexssp/language - npm Package Compare versions

Comparing version 1.1.22 to 1.1.23

src/cli/default/commands/readme.js

3

package.json
{
"name": "@nexssp/language",
"description": "All about programming languages - history, founders, how to install, package managers, logo..",
"version": "1.1.22",
"version": "1.1.23",
"homepage": "https://nexss.com",

@@ -64,2 +64,3 @@ "main": "src/language.js",

"@nexssp/logdebug": "^1.0.20",
"@nexssp/markdown": "^1.0.1",
"@nexssp/os": "^2.0.25",

@@ -66,0 +67,0 @@ "@nexssp/plugin": "^1.0.9",

@@ -11,3 +11,6 @@ # @nexssp/language

```sh
```
nexssp-language [ext] readme # new - displays README.md for the selected [ext] language
nexssp-language [ext] help
nexssp-language list

@@ -35,2 +38,4 @@ nexssp-language [ext] install # install language from over 50 of them, see above list

node ./bin/nexssp-language.js
node ./bin/nexssp-language.js php help # displays extra info about language like founder, year, path to config and much more..
node ./bin/nexssp-language.js php readme # displays README.md for the language

@@ -37,0 +42,0 @@ # run repl for the language example of NodeJS

@@ -11,6 +11,6 @@ module.exports = (cmd, args, extension, languageConfig) => {

console.log(`Current command: ${bold(currentCommand.command)}`)
const configPath = require('path').dirname(languageConfig.configFile)
console.log(`Config path: ${bold(configPath)}`)
// console.log('extension', a)
// (null, true) - null - get default compiler, true - continue on error
const compiler = languageConfig.getCompiler(null, true)

@@ -44,3 +44,7 @@ if (compiler) {

console.log(
`Please use ${bold('help')} and also ${bold('readme')} comamnds to display more info.`
)
process.exit(1)
}

@@ -49,2 +49,3 @@ {

".sh": "https://github.com/nexssp/language_bash.git",
".sol": "https://github.com/nexssp/language_solidity.git",
".swift": "https://github.com/nexssp/language_swift.git",

@@ -51,0 +52,0 @@ ".tcl": "https://github.com/nexssp/language_tcltk.git",

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