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

expo-store-review

Package Overview
Dependencies
Maintainers
17
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-store-review - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

6

build/ExpoStoreReview.d.ts

@@ -1,6 +0,2 @@

declare const _default: {
[propertyName: string]: any;
addListener: (eventName: string) => void;
removeListeners: (count: number) => void;
};
declare const _default: import("@unimodules/core").ProxyNativeModule;
export default _default;

2

build/StoreReview.js

@@ -0,4 +1,4 @@

import { deprecate } from '@unimodules/core';
import Constants from 'expo-constants';
import { Linking, Platform } from 'react-native';
import { deprecate } from '@unimodules/core';
import StoreReview from './ExpoStoreReview';

@@ -5,0 +5,0 @@ /*

{
"name": "expo-store-review",
"version": "2.0.1",
"version": "2.1.0",
"description": "ExpoStoreReview standalone module",

@@ -36,5 +36,5 @@ "main": "build/StoreReview.js",

"devDependencies": {
"expo-module-scripts": "~1.1.1"
"expo-module-scripts": "~1.2.0"
},
"gitHead": "ec7878b9ce54f2537721218ae0fe4017e4004806"
}
"gitHead": "3ad68bbd9847ebc8a55272c263b17d998a92f64f"
}

@@ -0,4 +1,4 @@

import { deprecate } from '@unimodules/core';
import Constants from 'expo-constants';
import { Linking, Platform } from 'react-native';
import { deprecate } from '@unimodules/core';

@@ -5,0 +5,0 @@ import StoreReview from './ExpoStoreReview';

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