@sentry/conventions
Advanced tools
| // This file is a compatibility shim for TypeScript compilers that do not | ||
| // support the package.json `exports` field for resolving subpath exports. | ||
| export * from './dist/attributes'; |
| // This file is a compatibility shim for bundlers (e.g. webpack 4) that do not | ||
| // support the package.json `exports` field for resolving subpath exports. | ||
| module.exports = require('./dist/attributes.cjs'); |
+3
| // This file is a compatibility shim for TypeScript compilers that do not | ||
| // support the package.json `exports` field for resolving subpath exports. | ||
| export * from './dist/op'; |
+3
| // This file is a compatibility shim for bundlers (e.g. webpack 4) that do not | ||
| // support the package.json `exports` field for resolving subpath exports. | ||
| module.exports = require('./dist/op.cjs'); |
+6
-2
| { | ||
| "name": "@sentry/conventions", | ||
| "license": "MIT", | ||
| "version": "0.15.0", | ||
| "version": "0.15.1", | ||
| "exports": { | ||
@@ -34,3 +34,7 @@ ".": { | ||
| "files": [ | ||
| "dist" | ||
| "dist", | ||
| "attributes.js", | ||
| "attributes.d.ts", | ||
| "op.js", | ||
| "op.d.ts" | ||
| ], | ||
@@ -37,0 +41,0 @@ "repository": { |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
3790832
0.02%28
16.67%15287
0.08%