🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

expo-sqlite

Package Overview
Dependencies
Maintainers
6
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-sqlite - npm Package Compare versions

Comparing version

to
4.0.0

ios/EXSQLite.podspec

2

build/SQLite.js
import './polyfillNextTick';
import zipObject from 'lodash.zipobject';
import { Platform } from 'react-native';
import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
import customOpenDatabase from '@expo/websql/custom';

@@ -6,0 +6,0 @@ const { ExponentSQLite } = NativeModulesProxy;

{
"name": "expo-sqlite",
"version": "3.0.0",
"version": "4.0.0",
"description": "Provides access to a database that can be queried through a WebSQL-like API (https://www.w3.org/TR/webdatabase/). The database is persisted across restarts of your app.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -36,3 +37,3 @@ "build": "expo-module build",

"unimodulePeerDependencies": {
"expo-core": "*"
"@unimodules/core": "*"
},

@@ -46,3 +47,3 @@ "dependencies": {

},
"gitHead": "9132f99f2ceb431006060c7f89d0928cc2053897"
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a"
}

@@ -27,3 +27,3 @@ # expo-sqlite

```ruby
pod 'EXSQlite', path: '../node_modules/expo-sqlite/ios'
pod 'EXSQLite', path: '../node_modules/expo-sqlite/ios'
```

@@ -47,3 +47,3 @@

```java
import expo.modules.expo.modules.sqlite.SQLitePackage;
import expo.modules.sqlite.SQLitePackage;
```

@@ -50,0 +50,0 @@ ```java

@@ -5,3 +5,3 @@ import './polyfillNextTick';

import { Platform } from 'react-native';
import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
import customOpenDatabase from '@expo/websql/custom';

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