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
1
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.0 to 1.1.1

2

index.js

@@ -22,3 +22,3 @@ 'use strict';

description: description,
details: preparePanic('Unhandled Objective-C exception: ' + description, {}, this.context)
details: preparePanic(`Unhandled Objective-C exception: ${description}`, {}, this.context)
};

@@ -25,0 +25,0 @@ });

{
"name": "frida-panic",
"version": "1.1.0",
"version": "1.1.1",
"description": "Easy crash-reporting for Frida-based applications",

@@ -12,3 +12,11 @@ "main": "index.js",

"presets": [
"es2015"
[
"es2015",
{
"loose": true
}
]
],
"plugins": [
"transform-runtime"
]

@@ -27,3 +35,8 @@ }

},
"homepage": "https://github.com/nowsecure/frida-panic#readme"
"homepage": "https://github.com/nowsecure/frida-panic#readme",
"dependencies": {
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.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