gatsby-plugin-sentry
Advanced tools
Comparing version 0.0.4 to 0.1.0
{ | ||
"name": "gatsby-plugin-sentry", | ||
"description": "Gatsby plugin to add Sentry error tracking to your site.", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"author": "Jason Stallings <jason.stallin.gs>", | ||
@@ -10,8 +10,2 @@ "repository": { | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-react": "^6.24.1", | ||
"cross-env": "^5.0.5" | ||
}, | ||
"keywords": [ | ||
@@ -24,10 +18,5 @@ "gatsby", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir .", | ||
"watch": "babel -w src --out-dir .", | ||
"prepublish": "cross-env NODE_ENV=production npm run build" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.26.0" | ||
"raven-js": "latest" | ||
} | ||
} |
@@ -19,4 +19,6 @@ # gatsby-plugin-sentry | ||
dsn: 'YOUR_SENTRY_DSN_URL', | ||
// Raven.js version, this is optional. | ||
version: '3.19.1' | ||
// Optional settings, see https://docs.sentry.io/clients/node/config/#optional-settings | ||
config: { | ||
environment: 'staging' | ||
} | ||
}, | ||
@@ -23,0 +25,0 @@ }, |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
27
2377
5
10
2
1
+ Addedraven-js@latest
+ Addedraven-js@3.27.2(transitive)
- Removedbabel-runtime@^6.26.0
- Removedbabel-runtime@6.26.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.11.1(transitive)