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 245459.0.0 to 250230.2.1-unstripped

dist/include/JSBaseInternal.h

19

package.json
{
"name": "jsc-android",
"version": "245459.0.0",
"version": "250230.2.1-unstripped",
"description": "Pre-build version of JavaScriptCore to be used by React Native apps",
"repository": {
"type": "git",
"url": "git+https://github.com/react-community/jsc-android-buildscripts.git"
"url": "git+https://github.com/react-native-community/jsc-android-buildscripts.git"
},

@@ -16,5 +16,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/react-community/jsc-android-buildscripts/issues"
"url": "https://github.com/react-native-community/jsc-android-buildscripts/issues"
},
"homepage": "https://github.com/react-community/jsc-android-buildscripts#readme",
"homepage": "https://github.com/react-native-community/jsc-android-buildscripts#readme",
"files": [

@@ -30,5 +30,10 @@ "/dist"

"config": {
"webkitGTK": "2.24.2",
"chromiumICUCommit": "b34251f8b762f8e2112a89c587855ca4297fed96"
"webkitGTK": "2.26.1",
"chromiumICUCommit": "64e5d7d43a1ff205e3787ab6150bbc1a1837332b"
},
"devDependencies": {
"commander": "^4.0.1",
"rimraf": "^3.0.0",
"semver": "^6.3.0"
}
}
}
[![npm version](https://badge.fury.io/js/jsc-android.svg)](https://badge.fury.io/js/jsc-android)
[![CircleCI](https://circleci.com/gh/react-native-community/jsc-android-buildscripts.svg?style=svg)](https://circleci.com/gh/react-native-community/jsc-android-buildscripts)
![GitHub Actions CI](https://github.com/react-native-community/jsc-android-buildscripts/workflows/Build%20jsc-android%20and%20test/badge.svg)

@@ -20,4 +20,4 @@ # JSC build scripts for Android

* Set `export PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin`
* Android NDK r17c: download from [NDK Archives](https://developer.android.com/ndk/downloads/older_releases.html)
* Set `export ANDROID_NDK=/path/to/android-ndk-r17c`
* Android NDK r19c: download from [NDK Archives](https://developer.android.com/ndk/downloads/older_releases.html)
* Set `export ANDROID_NDK=/path/to/android-ndk-r19c`
* Make sure you have Ruby (>2.3), Python (>2.7), Git, SVN, gperf

@@ -58,3 +58,3 @@

# Or if you would like to try latest version
# yarn add 'jsc-android@canary`
# yarn add 'jsc-android@next'

@@ -67,10 +67,12 @@ ```

1. Add `jsc-android` to the "dependencies" section in your `package.json`:
```diff
dependencies {
+ "jsc-android": "241213.x.x",
1. Add `jsc-android`:
```
yarn add jsc-android
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`
# Or if you would like to try latest version
# yarn add 'jsc-android@next'
```
2. Modify `android/build.gradle` file to add the new local maven repository packaged in the `jsc-android` package to the search path:

@@ -100,3 +102,3 @@ ```diff

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

@@ -125,10 +127,12 @@ compile fileTree(dir: "libs", include: ["*.jar"])

1. Add `jsc-android` to the "dependencies" section in your `package.json`:
```diff
dependencies {
+ "jsc-android": "241213.x.x",
1. Add `jsc-android`:
```
yarn add 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`
# Or if you would like to try latest version
# yarn add 'jsc-android@next'
```
2. Modify `android/build.gradle` file to add new local maven repository packaged in the `jsc-android` package to the search path:

@@ -159,3 +163,3 @@ ```diff

+ resolutionStrategy {
+ force 'org.webkit:android-jsc:r241213'
+ force 'org.webkit:android-jsc:+'
+ }

@@ -198,3 +202,3 @@ +}

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

@@ -201,0 +205,0 @@ compile fileTree(dir: "libs", include: ["*.jar"])

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

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