Socket
Socket
Sign inDemoInstall

@sentry-internal/feedback

Package Overview
Dependencies
Maintainers
0
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/feedback - npm Package Compare versions

Comparing version 8.12.0 to 8.13.0

build/npm/cjs/index.js

58

package.json
{
"name": "@sentry-internal/feedback",
"version": "8.12.0",
"version": "8.13.0",
"description": "Sentry SDK integration for user feedback",

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

"files": [
"cjs",
"esm",
"types",
"types-ts3.8"
"/build/npm"
],
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
"main": "build/npm/cjs/index.js",
"module": "build/npm/esm/index.js",
"types": "build/npm/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/npm/types/index.d.ts",
"default": "./build/npm/esm/index.js"
},
"require": {
"types": "./types/index.d.ts",
"default": "./cjs/index.js"
"types": "./build/npm/types/index.d.ts",
"default": "./build/npm/cjs/index.js"
}

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

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

@@ -48,5 +45,5 @@ }

"dependencies": {
"@sentry/core": "8.12.0",
"@sentry/types": "8.12.0",
"@sentry/utils": "8.12.0"
"@sentry/core": "8.13.0",
"@sentry/types": "8.13.0",
"@sentry/utils": "8.13.0"
},

@@ -56,3 +53,28 @@ "devDependencies": {

},
"scripts": {
"build": "run-p build:transpile build:types build:bundle",
"build:transpile": "rollup -c rollup.npm.config.mjs",
"build:bundle": "rollup -c rollup.bundle.config.mjs",
"build:dev": "run-p build:transpile build:types",
"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/npm/types build/npm/types-ts3.8 --to ts3.8 && yarn node ./scripts/shim-preact-export.js",
"build:watch": "run-p build:transpile:watch build:bundle:watch build:types:watch",
"build:dev:watch": "run-p build:transpile:watch build:types:watch",
"build:transpile:watch": "yarn build:transpile --watch",
"build:bundle:watch": "yarn build:bundle --watch",
"build:types:watch": "tsc -p tsconfig.types.json --watch",
"build:tarball": "npm pack",
"circularDepCheck": "madge --circular src/index.ts",
"clean": "rimraf build sentry-internal-feedback-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"test": "jest",
"test:watch": "jest --watch",
"yalc:publish": "yalc publish --push --sig"
},
"volta": {
"extends": "../../package.json"
},
"sideEffects": false
}
}
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