Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
0
Maintainers
0
Versions
445
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.12.0 to 8.13.0

build/cjs/index.js

47

package.json
{
"name": "@sentry/types",
"version": "8.12.0",
"version": "8.13.0",
"description": "Types for all Sentry JavaScript SDKs",

@@ -13,10 +13,7 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"files": [
"cjs",
"esm",
"types",
"types-ts3.8"
"/build"
],
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/types/index.d.ts",
"exports": {

@@ -26,8 +23,8 @@ "./package.json": "./package.json",

"import": {
"types": "./types/index.d.ts",
"default": "./esm/index.js"
"types": "./build/types/index.d.ts",
"default": "./build/esm/index.js"
},
"require": {
"types": "./types/index.d.ts",
"default": "./cjs/index.js"
"types": "./build/types/index.d.ts",
"default": "./build/cjs/index.js"
}

@@ -38,4 +35,4 @@ }

"<4.9": {
"types/index.d.ts": [
"types-ts3.8/index.d.ts"
"build/types/index.d.ts": [
"build/types-ts3.8/index.d.ts"
]

@@ -47,3 +44,23 @@ }

},
"scripts": {
"build": "run-p build:transpile build:types",
"build:dev": "yarn build",
"build:transpile": "rollup -c rollup.npm.config.mjs",
"build:types": "run-s build:types:core build:types:downlevel",
"build:types:core": "tsc -p tsconfig.types.json",
"build:types:downlevel": "yarn downlevel-dts build/types build/types-ts3.8 --to ts3.8",
"build:watch": "run-p build:transpile:watch build:types:watch",
"build:dev:watch": "yarn build:watch",
"build:transpile:watch": "rollup -c rollup.npm.config.mjs --watch",
"build:types:watch": "tsc -p tsconfig.types.json --watch",
"build:tarball": "npm pack",
"clean": "rimraf build sentry-types-*.tgz",
"lint": "eslint . --format stylish",
"fix": "eslint . --format stylish --fix",
"yalc:publish": "yalc publish --push --sig"
},
"volta": {
"extends": "../../package.json"
},
"sideEffects": false
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc