🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sentry/conventions

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/conventions - npm Package Compare versions

Comparing version
0.15.0
to
0.15.1
+3
attributes.d.ts
// 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');
// 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';
// 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": {