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

@goldstack/utils-log

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/utils-log - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

18

package.json
{
"name": "@goldstack/utils-log",
"version": "0.2.12",
"version": "0.2.13",
"description": "Utilities for emitting logs.",

@@ -29,6 +29,6 @@ "keywords": [

"compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'",
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js",
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand",
"prepublishOnly": "yarn run build",
"publish": "utils-git changed --exec \"yarn npm publish $@\"",
"test-ci": "jest --passWithNoTests --config=./jest.config.js",
"test-ci": "jest --passWithNoTests --config=./jest.config.js --runInBand",
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"",

@@ -38,9 +38,9 @@ "version:apply:force": "yarn version $@ && yarn version apply"

"devDependencies": {
"@goldstack/utils-git": "0.1.32",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.0",
"jest": "^27.5.1",
"@goldstack/utils-git": "0.1.33",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.33",
"jest": "^28.1.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
"typescript": "^4.4.3"
"ts-jest": "^28.0.2",
"typescript": "^4.6.4"
},

@@ -47,0 +47,0 @@ "publishConfig": {

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