expo-store-review
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -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; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16807
209