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.0 to 1.1.1

21

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

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

"scripts": {
"test1": "node ./bin/nexssp-language.js installed",
"test": "node ./bin/nexssp-language.js installed",
"prepare2": "npm run nexss:build",

@@ -57,10 +57,10 @@ "nexss:build": "npx @nexssp/min@1.0.6",

"@nexssp/ansi": "^1.1.1",
"@nexssp/cache": "^2.0.0",
"@nexssp/cache": "^2.0.2",
"@nexssp/const": "^1.0.13",
"@nexssp/ensure": "^1.0.3",
"@nexssp/extend": "^1.0.21",
"@nexssp/logdebug": "^1.0.15",
"@nexssp/os": "^1.0.31",
"@nexssp/plugin": "^1.0.1",
"@nexssp/system": "^1.0.12",
"@nexssp/ensure": "^1.1.3",
"@nexssp/extend": "^2.0.1",
"@nexssp/logdebug": "^1.0.16",
"@nexssp/os": "^2.0.17",
"@nexssp/plugin": "^1.0.5",
"@nexssp/system": "^1.1.5",
"cli-table3": "^0.6.0",

@@ -71,5 +71,4 @@ "fast-glob": "^3.2.5",

"devDependencies": {
"@nexssp/test": "^1.0.24",
"prettier": "^2.3.0"
"@nexssp/test": "^1.1.2"
}
}

@@ -56,3 +56,3 @@ // This file routes the dynamic path

const commandPath = `${__dirname}/commands/${cmd}.js`
_log.dr(`Trying to run command: `, commandPath)
const command = require(commandPath)

@@ -59,0 +59,0 @@ return command(cmd, args, languageExtension)

@@ -15,3 +15,3 @@ 'use strict'

const { nConst } = require('@nexssp/const')
const os = require('@nexssp/os')
const os = require('@nexssp/os/legacy')
nConst('distro', os.name(), process)

@@ -18,0 +18,0 @@ nConst('distroVersion', os.v(), process)

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