Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opencensus/resource-util

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencensus/resource-util - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

23

package.json
{
"name": "@opencensus/resource-util",
"version": "0.0.9",
"version": "0.0.10",
"description": "The OpenCensus Monitored Resource Util for Node.js is a collection of utilities for auto detecting monitored resource when exporting stats, based on the environment where the application is running.",

@@ -9,3 +9,3 @@ "main": "build/src/index.js",

"scripts": {
"test": "nyc mocha build/test/**/*.js",
"test": "nyc ts-mocha -p ./tsconfig.json test/**/*.ts",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",

@@ -17,3 +17,2 @@ "clean": "rimraf build/*",

"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run check"

@@ -40,2 +39,13 @@ },

],
"nyc": {
"extension": [
".ts",
".tsx"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
},
"publishConfig": {

@@ -50,12 +60,13 @@ "access": "public"

"gts": "^0.9.0",
"mocha": "^5.1.1",
"mocha": "^6.0.0",
"nock": "^10.0.0",
"nyc": "^13.0.0",
"rimraf": "^2.6.2",
"ts-mocha": "^6.0.0",
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.9",
"gcp-metadata": "^0.9.3"
"@opencensus/core": "^0.0.10",
"gcp-metadata": "^1.0.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