@amplication/plugin-observability-opentelemetry
Advanced tools
Comparing version 2.0.2 to 2.0.4
{ | ||
"extends": ["../../.eslintrc.json"], | ||
"ignorePatterns": ["!**/*"], | ||
"overrides": [ | ||
{ | ||
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"], | ||
"rules": {} | ||
}, | ||
{ | ||
"files": ["*.ts", "*.tsx"], | ||
"rules": {} | ||
}, | ||
{ | ||
"files": ["*.js", "*.jsx"], | ||
"rules": {} | ||
} | ||
] | ||
"ignorePatterns": ["!**/*"] | ||
} |
@@ -484,3 +484,3 @@ /******/ (() => { // webpackBootstrap | ||
module.exports = JSON.parse('{"name":"@amplication/plugin-observability-opentelemetry","version":"2.0.2","description":"This plugin is created to add integrate opentelemetry to the amplication app","main":"dist/index.js","nx":{},"scripts":{"prepublishOnly":"npm run build","dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist","format:write":"prettier --write \\"**/*.{js,ts}\\"","lint:fix":"eslint \'./src/**/*.{ts, tsx}\' --fix --c .eslintrc","lint":"eslint \'./src/**/*.{ts, tsx}\' --c .eslintrc","test":"jest"},"author":"Ashish Padhy","license":"Apache-2.0","devDependencies":{"@amplication/code-gen-types":"^2.0.17","@amplication/code-gen-utils":"^0.0.7","@babel/parser":"^7.20.7","@babel/types":"^7.20.7","@types/jest":"^29.5.3","@types/lodash":"^4.14.197","@typescript-eslint/eslint-plugin":"^6.2.1","@typescript-eslint/parser":"^6.2.1","copy-webpack-plugin":"^11.0.0","eslint":"^8.46.0","jest-mock-extended":"^3.0.1","lodash":"^4.17.21","prettier":"^2.8.7","rimraf":"^4.4.1","ts-jest":"^29.1.1","ts-loader":"^9.4.2","ts-node":"^10.9.1","tsconfig-paths-webpack-plugin":"^4.1.0","typescript":"^4.9.3","webpack":"^5.76.0","webpack-cli":"^5.0.1","webpack-node-externals":"^3.0.0"}}'); | ||
module.exports = JSON.parse('{"name":"@amplication/plugin-observability-opentelemetry","version":"2.0.4","description":"This plugin is created to add integrate opentelemetry to the amplication app","main":"dist/index.js","nx":{},"scripts":{"prepublishOnly":"npm run build","dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist","test":"jest"},"author":"Ashish Padhy","license":"Apache-2.0","devDependencies":{"@amplication/code-gen-types":"^2.0.17","@amplication/code-gen-utils":"^0.0.7","@babel/parser":"^7.20.7","@babel/types":"^7.20.7","@types/jest":"^29.5.3","@types/lodash":"^4.14.197","@typescript-eslint/eslint-plugin":"^6.2.1","@typescript-eslint/parser":"^6.2.1","copy-webpack-plugin":"^11.0.0","eslint":"^8.46.0","jest-mock-extended":"^3.0.1","lodash":"^4.17.21","prettier":"^2.8.7","rimraf":"^4.4.1","ts-jest":"^29.1.1","ts-loader":"^9.4.2","ts-node":"^10.9.1","tsconfig-paths-webpack-plugin":"^4.1.0","typescript":"^4.9.3","webpack":"^5.76.0","webpack-cli":"^5.0.1","webpack-node-externals":"^3.0.0"}}'); | ||
@@ -487,0 +487,0 @@ /***/ }) |
{ | ||
"name": "@amplication/plugin-observability-opentelemetry", | ||
"version": "2.0.2", | ||
"version": "2.0.4", | ||
"description": "This plugin is created to add integrate opentelemetry to the amplication app", | ||
@@ -12,5 +12,2 @@ "main": "dist/index.js", | ||
"prebuild": "rimraf dist", | ||
"format:write": "prettier --write \"**/*.{js,ts}\"", | ||
"lint:fix": "eslint './src/**/*.{ts, tsx}' --fix --c .eslintrc", | ||
"lint": "eslint './src/**/*.{ts, tsx}' --c .eslintrc", | ||
"test": "jest" | ||
@@ -17,0 +14,0 @@ }, |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1
84546
1356