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

dist/include/JSVirtualMachinePrivate.h

4

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

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

"config": {
"webkitGTK": "2.19.2",
"webkitGTK": "2.22.2",
"chromiumICUCommit": "b34251f8b762f8e2112a89c587855ca4297fed96"
}
}

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

2. `npm run clean` will clean everything (artifacts, downloaded sources)
3. Update the version in package.json. The version will be printed by JSC lib as soon as it loads.
3. Update the config section under `package.json` to the desired build configuration

@@ -51,3 +52,3 @@ 4. Update patches if needed (don't forget to update the `printVersion` patch in jsc.patch)

dependencies {
+ "jsc-android": "224109.x.x",
+ "jsc-android": "236355.x.x",
```

@@ -82,3 +83,3 @@

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

@@ -114,3 +115,3 @@ +}

+ if (details.requested.name == 'android-jsc') {
+ details.useTarget group: details.requested.group, name: 'android-jsc-intl', version: 'r224109'
+ details.useTarget group: details.requested.group, name: 'android-jsc-intl', version: 'r236355'
+ }

@@ -117,0 +118,0 @@ + }

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