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

@amplication/plugin-observability-opentelemetry

Package Overview
Dependencies
Maintainers
8
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-observability-opentelemetry - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

10

package.json
{
"name": "@amplication/plugin-observability-opentelemetry",
"version": "2.0.8",
"version": "2.0.9",
"description": "This plugin is created to add integrate opentelemetry to the amplication app",

@@ -18,4 +18,4 @@ "main": "dist/index.js",

"devDependencies": {
"@amplication/code-gen-types": "^2.0.17",
"@amplication/code-gen-utils": "^0.0.7",
"@amplication/code-gen-types": "^2.0.23",
"@amplication/code-gen-utils": "^0.0.9",
"@babel/parser": "^7.20.7",

@@ -27,7 +27,7 @@ "@babel/types": "^7.20.7",

"@typescript-eslint/parser": "^6.2.1",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.46.0",
"jest-mock-extended": "^3.0.1",
"lodash": "^4.17.21",
"prettier": "^2.8.7",
"prettier": "^2.6.2",
"rimraf": "^4.4.1",

@@ -34,0 +34,0 @@ "ts-jest": "^29.1.1",

{
"targets": {
"install:clean": {},
"lint": {},

@@ -5,0 +4,0 @@ "npm:publish": {}

const path = require("path");
const webpack = require("webpack");
const CopyWebpackPlugin = require("copy-webpack-plugin");
const nodeExternals = require("webpack-node-externals");
const TsconfigPathsPlugin = require("tsconfig-paths-webpack-plugin");

@@ -12,2 +11,3 @@

entry: "./src/index.ts",
externals: ["@amplication/code-gen-utils", "@amplication/code-gen-types"],
plugins: [

@@ -46,3 +46,2 @@ new webpack.SourceMapDevToolPlugin({

},
externals: [nodeExternals()],
};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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