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

expo-print

Package Overview
Dependencies
Maintainers
17
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-print - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

unimodule.json

2

build/ExponentPrint.js

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExponentPrint;
//# sourceMappingURL=ExponentPrint.js.map
import { Platform } from 'react-native';
import ExponentPrint from './ExponentPrint';
import { UnavailabilityError } from 'expo-errors';
import { UnavailabilityError } from '@unimodules/core';
const Orientation = ExponentPrint.Orientation;

@@ -5,0 +5,0 @@ async function printAsync(options) {

{
"name": "expo-print",
"version": "3.0.0",
"version": "4.0.0",
"description": "Provides an API for iOS (AirPrint) and Android printing functionality.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -34,4 +35,3 @@ "build": "expo-module build",

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

@@ -42,3 +42,3 @@ "devDependencies": {

},
"gitHead": "d87c47ba13c7dde7a5d120caf873c98258a42710"
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a"
}

@@ -46,3 +46,3 @@ # expo-print

```java
import expo.modules.expo.modules.print.PrintPackage;
import expo.modules.print.PrintPackage;
```

@@ -49,0 +49,0 @@ ```java

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

import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExponentPrint;
import { Platform } from 'react-native';
import ExponentPrint from './ExponentPrint';
import { UnavailabilityError } from 'expo-errors';
import { UnavailabilityError } from '@unimodules/core';
import {

@@ -5,0 +5,0 @@ PrintOptions,

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

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