Socket
Socket
Sign inDemoInstall

jsc-android

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsc-android - npm Package Compare versions

Comparing version 174650.0.1 to 174650.0.2

dist/include/APICallbackFunction.h

2

package.json
{
"name": "jsc-android",
"version": "174650.0.1",
"version": "174650.0.2",
"description": "Pre-build version of JavaScriptCore to be used by React Native apps",

@@ -5,0 +5,0 @@ "repository": {

@@ -123,2 +123,17 @@ [![npm version](https://badge.fury.io/js/jsc-android.svg)](https://badge.fury.io/js/jsc-android)

## Troubleshooting
Compile errors of the sort:
```shell
More than one file was found with OS independent path 'lib/armeabi-v7a/libgnustl_shared.so'
```
Add the following to your `app/build.gradle`, under `android`:
```groovy
packagingOptions {
pickFirst '**/libgnustl_shared.so'
}
```
## Resources

@@ -125,0 +140,0 @@ - [WebkitGTK Sources](https://svn.webkit.org/repository/webkit/releases/WebKitGTK/)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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