Socket
Socket
Sign inDemoInstall

v8-android

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v8-android - npm Package Compare versions

Comparing version 7.5.1 to 7.8.0

dist/include/js_protocol-1.2.json

3

dist/include/APIDesign.md

@@ -70,1 +70,4 @@ # The V8 public C++ API

All debugging capabilities of V8 should be exposed via the inspector protocol.
The exception to this are profiling features exposed via v8-profiler.h.
Changes to the inspector protocol need to ensure backwards compatibility and
commitment to maintain.

18

package.json
{
"name": "v8-android",
"version": "7.5.1",
"version": "7.8.0",
"description": "Pre-build version of V8 to be used by React Native apps",
"repository": {
"type": "git",
"url": "git+https://github.com/Kudo/v8-android-buildscripts.git"
"url": "git+https://github.com/Kudo/v8-android-buildscripts.git",
"directory": "packages/v8-android"
},

@@ -20,13 +21,4 @@ "keywords": [

"files": [
"/dist"
],
"scripts": {
"clean": "rm -rf dist; rm -rf build; rm -rf v8/out.v8.*",
"export_npm_env": "./scripts/export_npm_env.sh",
"setup": "bash -c '. ./scripts/export_npm_env.sh && ./scripts/setup.sh'",
"start": "bash -c '. ./scripts/export_npm_env.sh && ./scripts/start.sh'"
},
"config": {
"V8": "7.5.288.23"
}
"dist/"
]
}

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