New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

goss

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goss - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

src/cmd/import.js

44

package.json
{
"name": "goss",
"version": "0.1.2",
"description": "An package util library for glow-opensource",
"bin": {
"goss": "./src/bin.js"
},
"type": "commonjs",
"repository": "https://github.com/Glow-OpenSource/goss",
"author": "Googlefan256 (https://opensource.glow-bot.com/)",
"license": "MIT",
"private": false,
"scripts": {
"lint": "prettier --write \"**/**.(ts|js|json|tsx|jsx)\""
},
"devDependencies": {
"prettier": "^2.6.2"
},
"dependencies": {
"chalk": "^4.1.2"
},
"files": ["src/"]
"name": "goss",
"version": "0.1.3",
"description": "An package util library for glow-opensource",
"bin": {
"goss": "./src/bin.js"
},
"type": "commonjs",
"repository": "https://github.com/Glow-OpenSource/goss",
"author": "Googlefan256 (https://opensource.glow-bot.com/)",
"license": "MIT",
"private": false,
"scripts": {
"lint": "prettier --write \"**/**.(ts|js|json|tsx|jsx)\""
},
"devDependencies": {
"prettier": "^2.6.2"
},
"dependencies": {
"chalk": "^4.1.2"
},
"files": [
"src/"
]
}

@@ -12,3 +12,4 @@ function cmds() {

version: "Shows the version",
info: "Shows some info"
info: "Shows some info",
import: "Create an mjs&cjs importer endpoint",
};

@@ -15,0 +16,0 @@ }

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