New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

expo-gl

Package Overview
Dependencies
Maintainers
18
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-gl - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

unimodule.json

4

build/GLView.js
import * as React from 'react';
import PropTypes from 'prop-types';
import { NativeModulesProxy, requireNativeViewManager } from 'expo-core';
import { NativeModulesProxy, requireNativeViewManager } from '@unimodules/core';
import { Platform, View, ViewPropTypes, findNodeHandle } from 'react-native';
const packageJSON = require('../package.json');
import { UnavailabilityError } from 'expo-errors';
import { UnavailabilityError } from '@unimodules/core';
const { ExponentGLObjectManager, ExponentGLViewManager } = NativeModulesProxy;

@@ -8,0 +8,0 @@ const NativeView = requireNativeViewManager('ExponentGLView');

@@ -5,3 +5,3 @@ import invariant from 'invariant';

import { StyleSheet } from 'react-native';
import { UnavailabilityError, CodedError } from 'expo-errors';
import { UnavailabilityError, CodedError } from '@unimodules/core';
function getImageForAsset(asset) {

@@ -8,0 +8,0 @@ if (asset != null && typeof asset === 'object' && asset !== null && asset.downloadAsync) {

{
"name": "expo-gl",
"version": "3.0.1",
"version": "4.0.0",
"description": "Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -37,6 +38,5 @@ "build": "expo-module build",

"unimodulePeerDependencies": {
"expo-camera-interface": "*",
"expo-core": "*",
"expo-errors": "*",
"expo-file-system-interface": "*",
"unimodules-camera-interface": "*",
"@unimodules/core": "*",
"unimodules-file-system-interface": "*",
"expo-gl-cpp": "*"

@@ -52,3 +52,3 @@ },

},
"gitHead": "d87c47ba13c7dde7a5d120caf873c98258a42710"
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a"
}

@@ -50,3 +50,3 @@ # expo-gl

```java
import expo.modules.expo.modules.gl.GLPackage;
import expo.modules.gl.GLPackage;
```

@@ -53,0 +53,0 @@ ```java

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