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 224109.1.0 to 225067.0.0

dist/include/APICallbackFunction.h

8

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

@@ -26,10 +26,8 @@ "repository": {

"download": "./scripts/download.sh",
"prep": "./scripts/prep.sh",
"start": "./scripts/start.sh"
},
"config": {
"webkitGTK": "2.18.2",
"chromiumICUCommit": "b34251f8b762f8e2112a89c587855ca4297fed96",
"i18n": false
"webkitGTK": "2.19.2",
"chromiumICUCommit": "b34251f8b762f8e2112a89c587855ca4297fed96"
}
}

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

1. Clone this repo
1. Update the config section under `package.json` to the desired build configuration
2. `npm run download`: downloads all needed sources
3. `npm run prep`: copies downloaded sources and prepares for compilation
4. `npm run start`: builds jsc (this might take some time...)
2. `npm run clean` will clean everything (artifacts, downloaded sources)
3. Update the config section under `package.json` to the desired build configuration
4. Update patches if needed (don't forget to update the `printVersion` patch in jsc.patch)
5. `npm run download`: downloads all needed sources
6. `npm run start`: builds jsc (this might take some time...)

@@ -41,2 +42,4 @@ The zipfile containing the android-jsc AAR will be available at `/dist`.

On load, JSC prints the version out to logcat, under "JavaScriptCore.Version" tag.
## How to use it with my React Native app

@@ -125,3 +128,3 @@

- [Info about Webkit Revisions](https://trac.webkit.org/browser/webkit/releases/WebKitGTK)
- [Info about JSC version used on iOS](https://opensource.apple.com/release/ios-110.html)
- [Info about JSC version used on iOS](https://trac.webkit.org/browser/webkit/releases/WebKitGTK/webkit-2.18.2/Source/WebCore/Configurations/Version.xcconfig)

@@ -128,0 +131,0 @@ ## Credits

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