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

@golemio/cli

Package Overview
Dependencies
Maintainers
5
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@golemio/cli - npm Package Compare versions

Comparing version 1.2.2-dev.527993301 to 1.2.2-dev.528291274

11

package.json
{
"name": "@golemio/cli",
"version": "1.2.2-dev.527993301",
"version": "1.2.2-dev.528291274",
"description": "Golemio CLI is a collection of executables intended to be used with Golemio projects and modules",

@@ -14,5 +14,5 @@ "main": "bin/golemio.js",

"test-unit": "run-s 'jest --config jest-unit.config.js'",
"code-coverage": "run-s 'jest --config jest-unit.config.js --coverage'",
"code-coverage": "run-s 'jest --config jest-unit.config.js --coverage --reporters=default --reporters=jest-junit'",
"test-integration": "run-s build 'jest --config jest-integration.config.js'",
"lint": "eslint \"src/**/*.ts\""
"lint": "eslint --cache \"src/**/*.ts\""
},

@@ -46,2 +46,3 @@ "keywords": [

"jest-jasmine2": "^27.2.3",
"jest-junit": "^13.2.0",
"mongodb-restore-dump": "1.0.1",

@@ -70,4 +71,4 @@ "mongoose": "^6.0.8",

"peerDependencies": {
"mongoose": "^6.0.8",
"mongodb-restore-dump": "^1.0.1"
"mongodb-restore-dump": "^1.0.1",
"mongoose": "^6.0.8"
},

@@ -74,0 +75,0 @@ "peerDependenciesMeta": {

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