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

@join-com/gcloud-logger

Package Overview
Dependencies
Maintainers
24
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@join-com/gcloud-logger - npm Package Compare versions

Comparing version 0.4.3 to 1.0.0-alpha.2

dist/index.d.ts

57

package.json
{
"name": "@join-com/gcloud-logger",
"version": "0.4.3",
"version": "1.0.0-alpha.2",
"description": "gcloud simple logger",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "yarn build"
"author": "JOIN Solutions",
"license": "UNLICENSED",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/join-com/logger.git"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/join-com/logger",
"author": "JOIN Team",
"license": "MIT",
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/join-com/logger/tree/master/packages/gcloud-logger",
"contributors": [
"Anton Versal <anton.versal@gmail.com>"
],
"keywords": [
"gcloud",
"logger",
"google cloud platform",
"typescript",
"json"
],
"files": [
"lib/"
],
"devDependencies": {
"@types/node": "^10.3.4",
"typescript": "^4.5.5"
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "tsc -p tsconfig.prod.json",
"lint": "yarn lint:tsc && yarn lint:eslint",
"lint:eslint": "eslint . --ext .ts --max-warnings 0",
"lint:tsc": "tsc --noEmit",
"prepublishOnly": "yarn lint && yarn build",
"test": "echo not tests"
},
"dependencies": {
"chalk": "^2.4.1",
"serialize-error": "~8.0.0"
"chalk": "^5.0.1"
},
"gitHead": "9773b644db812698093eeb98b132a774d652477d"
"devDependencies": {
"@join-private/eslint-config-backend": "^1.1.2",
"@types/node": "^17.0.42",
"eslint": "^8.17.0",
"prettier": "^2.6.2",
"typescript": "^4.7.3"
},
"publishConfig": {
"access": "public"
}
}
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