expo-print
Advanced tools
Comparing version 8.0.0 to 8.1.0
{ | ||
"extends": "/Users/tomasz/Work/expo/packages/expo-print/tsconfig.json", | ||
"extends": "/Users/bbarthec/Work/expo/packages/expo-print/tsconfig.json", | ||
"compilerOptions": { | ||
@@ -10,5 +10,5 @@ "module": "esnext", | ||
"../../../node_modules/@types", | ||
"/Users/tomasz/Work/expo/packages/expo-module-scripts/ts-declarations" | ||
"/Users/bbarthec/Work/expo/packages/expo-module-scripts/ts-declarations" | ||
] | ||
} | ||
} |
@@ -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,3 +1,3 @@ | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
import { Platform } from 'react-native'; | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
import ExponentPrint from './ExponentPrint'; | ||
@@ -4,0 +4,0 @@ export const Orientation = ExponentPrint.Orientation; |
{ | ||
"name": "expo-print", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "Provides an API for iOS (AirPrint) and Android printing functionality.", | ||
@@ -40,6 +40,6 @@ "main": "build/Print.js", | ||
"devDependencies": { | ||
"expo-module-scripts": "~1.1.1", | ||
"babel-preset-expo": "~8.0.0" | ||
"expo-module-scripts": "~1.2.0", | ||
"babel-preset-expo": "~8.1.0" | ||
}, | ||
"gitHead": "ec7878b9ce54f2537721218ae0fe4017e4004806" | ||
"gitHead": "3ad68bbd9847ebc8a55272c263b17d998a92f64f" | ||
} |
@@ -0,3 +1,3 @@ | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
import { Platform } from 'react-native'; | ||
import { UnavailabilityError } from '@unimodules/core'; | ||
@@ -4,0 +4,0 @@ import ExponentPrint from './ExponentPrint'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
57473
610
1