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

2

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

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

@@ -1,3 +0,3 @@

[![npm version](https://badge.fury.io/js/jsc-android.svg)](https://badge.fury.io/js/jsc-android)
[![Build Status](https://jenkins-oss.wixpress.com/job/jsc-android-master/badge/icon)](https://jenkins-oss.wixpress.com/job/jsc-android-master/)
[![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)

@@ -89,15 +89,4 @@ # JSC build scripts for Android

4. Make sure your app's `build.gradle` uses a minimum sdk version of 21
4. You're done, rebuild your app and enjoy updated version of JSC on android!
```diff
defaultConfig {
applicationId "com.myApp"
- minSdkVersion 16
+ minSdkVersion 21
targetSdkVersion 22
versionCode 1
```
5. You're done, rebuild your app and enjoy updated version of JSC on android!
### International variant

@@ -104,0 +93,0 @@ International variant includes ICU i18n library and necessary data allowing to use e.g. Date.toLocaleString and String.localeCompare that give correct results when using with locales other than en-US. Note that this variant is about 6MiB larger per architecture than default.

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