New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

frida-panic

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frida-panic - npm Package Compare versions

Comparing version 1.1.1 to 2.0.0

22

package.json
{
"name": "frida-panic",
"version": "1.1.1",
"version": "2.0.0",
"description": "Easy crash-reporting for Frida-based applications",
"main": "index.js",
"files": [
"/index.js"
],
"browserify": {

@@ -13,3 +16,3 @@ "transform": [

[
"es2015",
"@babel/preset-env",
{

@@ -21,3 +24,8 @@ "loose": true

"plugins": [
"transform-runtime"
[
"@babel/plugin-transform-runtime",
{
"corejs": 2
}
]
]

@@ -38,6 +46,8 @@ }

"dependencies": {
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0"
"@babel/core": "^7.1.2",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/runtime-corejs2": "^7.1.2",
"babelify": "^10.0.0"
}
}
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