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 241213.2.0 to 245459.0.0

dist/include/JSAPIGlobalObject.h

4

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

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

"config": {
"webkitGTK": "2.22.6",
"webkitGTK": "2.24.2",
"chromiumICUCommit": "b34251f8b762f8e2112a89c587855ca4297fed96"
}
}

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

then run `npm install` or `yarn` (depending which npm client you use) in order for the new dependency to be installed in `node_modules`
then run `npm install` or `yarn` (depending on which npm client you use) in order for the new dependency to be installed in `node_modules`
2. Modify `android/build.gradle` file to add new local maven repository packaged in the `jsc-android` package to the search path:
2. Modify `android/build.gradle` file to add the new local maven repository packaged in the `jsc-android` package to the search path:
```diff

@@ -92,3 +92,3 @@ allprojects {

3. Update your app's `build.gradle` file located in `android/app/build.gradle` to add the JSC dependencey. Please make sure the dependency should put before React Native dependency.
3. Update your app's `build.gradle` file located in `android/app/build.gradle` to add the JSC dependency. Please make sure the dependency is before the React Native dependency.

@@ -98,3 +98,3 @@ ```diff

dependencies {
+ // Make sure to put android-jsc at the the first
+ // Make sure to put android-jsc at the top
+ implementation "org.webkit:android-jsc:r241213"

@@ -120,3 +120,3 @@ +

5. You're done, rebuild your app and enjoy updated version of JSC on android!
5. You're done - rebuild your app and enjoy the updated version of JSC on Android!

@@ -123,0 +123,0 @@ ### For React Native version 0.58 below

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

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

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

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

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