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

react-native-share

Package Overview
Dependencies
Maintainers
6
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-share - npm Package Compare versions

Comparing version 10.2.0 to 10.2.1

lib/commonjs/codegenSpec/NativeRNShare.js

2

lib/commonjs/helpers/android.js

@@ -8,3 +8,3 @@ "use strict";

var _reactNative = require("react-native");
var _NativeRNShare = _interopRequireDefault(require("../../codegenSpec/NativeRNShare"));
var _NativeRNShare = _interopRequireDefault(require("../codegenSpec/NativeRNShare"));
var _platform = require("./platform");

@@ -11,0 +11,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -43,3 +43,3 @@ "use strict";

exports.default = void 0;
var _NativeRNShare = _interopRequireDefault(require("../codegenSpec/NativeRNShare"));
var _NativeRNShare = _interopRequireDefault(require("./codegenSpec/NativeRNShare"));
var _Overlay = _interopRequireDefault(require("./components/Overlay"));

@@ -46,0 +46,0 @@ var _Sheet = _interopRequireDefault(require("./components/Sheet"));

import { PermissionsAndroid } from 'react-native';
import NativeRNShare from '../../codegenSpec/NativeRNShare';
import NativeRNShare from '../codegenSpec/NativeRNShare';
import { getAndroidVersion } from './platform';

@@ -4,0 +4,0 @@ export async function checkAndroidPermissionsForUrls(urls) {

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

import NativeRNShare from '../codegenSpec/NativeRNShare';
import NativeRNShare from './codegenSpec/NativeRNShare';
import Overlay from './components/Overlay';

@@ -3,0 +3,0 @@ import Sheet from './components/Sheet';

{
"name": "react-native-share",
"description": "Social share, sending simple data to other apps.",
"version": "10.2.0",
"version": "10.2.1",
"repository": {

@@ -15,3 +15,3 @@ "type": "git",

"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"types": "lib/typescript/index.d.ts",
"files": [

@@ -23,3 +23,2 @@ "src",

"windows",
"codegenSpec",
"RNShare.podspec",

@@ -94,3 +93,3 @@ "!**/__tests__",

"start:ios": "react-native run-ios",
"lint": "eslint \"src/**/*.{js,ts,tsx}\" \"codegenSpec/**/*.{js,ts,tsx}\" --max-warnings=0",
"lint": "eslint \"src/**/*.{js,ts,tsx}\" --max-warnings=0",
"typescript": "tsc --noEmit",

@@ -146,3 +145,3 @@ "validate": "yarn lint && yarn typescript",

"type": "modules",
"jsSrcsDir": "./codegenSpec",
"jsSrcsDir": "./src/codegenSpec",
"android": {

@@ -149,0 +148,0 @@ "javaPackageName": "cl.json"

import { PermissionsAndroid } from 'react-native';
import NativeRNShare from '../../codegenSpec/NativeRNShare';
import NativeRNShare from '../codegenSpec/NativeRNShare';
import { getAndroidVersion } from './platform';

@@ -5,0 +5,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

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