expo-crypto
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -1,2 +0,2 @@ | ||
import { UnavailabilityError } from 'expo-errors'; | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
import ExpoCrypto from './ExpoCrypto'; | ||
@@ -3,0 +3,0 @@ import { CryptoDigestAlgorithm, CryptoEncoding } from './Crypto.types'; |
@@ -1,3 +0,3 @@ | ||
import { NativeModulesProxy } from 'expo-core'; | ||
import { NativeModulesProxy } from '@unimodules/core'; | ||
export default NativeModulesProxy.ExpoCrypto; | ||
//# sourceMappingURL=ExpoCrypto.js.map |
@@ -1,2 +0,2 @@ | ||
import { CodedError } from 'expo-errors'; | ||
import { CodedError } from '@unimodules/core'; | ||
import { CryptoEncoding } from './Crypto.types'; | ||
@@ -3,0 +3,0 @@ export default { |
{ | ||
"name": "expo-crypto", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Expo universal module for crypto", | ||
"main": "build/Crypto.js", | ||
"types": "build/Crypto.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -39,4 +40,3 @@ "build": "expo-module build", | ||
"unimodulePeerDependencies": { | ||
"expo-core": "*", | ||
"expo-errors": "*" | ||
"@unimodules/core": "*" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "f15abc53c111bd0438cd36dc456c59cfa7c56a58" | ||
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a" | ||
} |
@@ -43,3 +43,3 @@ # expo-crypto | ||
```java | ||
import expo.modules.expo.modules.crypto.CryptoPackage; | ||
import expo.modules.crypto.CryptoPackage; | ||
``` | ||
@@ -46,0 +46,0 @@ ```java |
@@ -1,2 +0,2 @@ | ||
import { UnavailabilityError } from 'expo-errors'; | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
import ExpoCrypto from './ExpoCrypto'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { NativeModulesProxy } from 'expo-core'; | ||
import { NativeModulesProxy } from '@unimodules/core'; | ||
export default NativeModulesProxy.ExpoCrypto; |
@@ -1,2 +0,2 @@ | ||
import { CodedError } from 'expo-errors'; | ||
import { CodedError } from '@unimodules/core'; | ||
import { CryptoDigestAlgorithm, CryptoEncoding, CryptoDigestOptions } from './Crypto.types'; | ||
@@ -3,0 +3,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
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
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
28782
28
311
1