Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 236355.1.1 to 241213.0.0

dist/org/webkit/android-jsc-intl/r241213/android-jsc-intl-r241213.aar

4

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

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

"config": {
"webkitGTK": "2.22.2",
"webkitGTK": "2.22.6",
"chromiumICUCommit": "b34251f8b762f8e2112a89c587855ca4297fed96"
}
}
[![npm version](https://badge.fury.io/js/jsc-android.svg)](https://badge.fury.io/js/jsc-android)
[![CircleCI](https://circleci.com/gh/react-community/jsc-android-buildscripts.svg?style=svg)](https://circleci.com/gh/react-community/jsc-android-buildscripts)
[![CircleCI](https://circleci.com/gh/react-native-community/jsc-android-buildscripts.svg?style=svg)](https://circleci.com/gh/react-native-community/jsc-android-buildscripts)

@@ -51,3 +51,3 @@ # JSC build scripts for Android

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

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

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

@@ -103,3 +103,3 @@ +}

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

@@ -106,0 +106,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

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