New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teleporthq/teleport-plugin-reactnative-component-navigation

Package Overview
Dependencies
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teleporthq/teleport-plugin-reactnative-component-navigation - npm Package Compare versions

Comparing version 0.17.3 to 0.17.7

30

dist/cjs/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -38,14 +57,8 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

};
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.createReactNativeNavigationPlugin = void 0;
var types = __importStar(require("@babel/types"));
var teleport_plugin_common_1 = require("@teleporthq/teleport-plugin-common");
var teleport_shared_1 = require("@teleporthq/teleport-shared");
exports.createReactNativeNavigationPlugin = function (config) {
var createReactNativeNavigationPlugin = function (config) {
var _a = (config || {}).componentChunkName, componentChunkName = _a === void 0 ? 'jsx-component' : _a;

@@ -94,3 +107,4 @@ var reactNativeNavigationPlugin = function (structure) { return __awaiter(void 0, void 0, void 0, function () {

};
exports.createReactNativeNavigationPlugin = createReactNativeNavigationPlugin;
exports.default = exports.createReactNativeNavigationPlugin();
//# sourceMappingURL=index.js.map
{
"name": "@teleporthq/teleport-plugin-reactnative-component-navigation",
"version": "0.17.3",
"version": "0.17.7",
"description": "A plugin for solving the calls to the navigator api in reactnative components",

@@ -28,7 +28,7 @@ "author": "teleportHQ",

"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.17.3",
"@teleporthq/teleport-shared": "^0.17.3",
"@teleporthq/teleport-types": "^0.17.3"
"@teleporthq/teleport-plugin-common": "^0.17.7",
"@teleporthq/teleport-shared": "^0.17.7",
"@teleporthq/teleport-types": "^0.17.7"
},
"gitHead": "1a673d148f2626c5488092f3e88b3a9d7c9725b4"
"gitHead": "5547aade455379febefd8b84efa856f6346a8404"
}

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