Socket
Socket
Sign inDemoInstall

@dark-engine/native-navigation

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dark-engine/native-navigation - npm Package Compare versions

Comparing version 0.20.0 to 0.20.1

3

dist/cjs/constants.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
exports.TransitionName = exports.SLASH = void 0;
exports.TransitionName = exports.SLASH = exports.VERSION = void 0;
exports.VERSION = '0.20.1';
exports.SLASH = '/';

@@ -5,0 +6,0 @@ var TransitionName;

@@ -29,3 +29,3 @@ 'use strict';

Object.defineProperty(exports, '__esModule', { value: true });
exports.version = exports.NavigationContainer = exports.TransitionName = void 0;
exports.NavigationContainer = exports.VERSION = exports.TransitionName = void 0;
var constants_1 = require('./constants');

@@ -38,2 +38,8 @@ Object.defineProperty(exports, 'TransitionName', {

});
Object.defineProperty(exports, 'VERSION', {
enumerable: true,
get: function () {
return constants_1.VERSION;
},
});
var navigation_container_1 = require('./navigation-container');

@@ -49,3 +55,2 @@ Object.defineProperty(exports, 'NavigationContainer', {

__exportStar(require('./use-navigation'), exports);
exports.version = process.env.VERSION;
//# sourceMappingURL=index.js.map

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

export const VERSION = '0.20.1';
export const SLASH = '/';

@@ -2,0 +3,0 @@ export var TransitionName;

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

export { TransitionName } from './constants';
export { TransitionName, VERSION } from './constants';
export { NavigationContainer } from './navigation-container';

@@ -6,3 +6,2 @@ export * from './stack-navigator';

export * from './use-navigation';
export const version = process.env.VERSION;
//# sourceMappingURL=index.js.map

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

export declare const VERSION = '0.20.1';
export declare const SLASH = '/';

@@ -2,0 +3,0 @@ export declare enum TransitionName {

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

export { TransitionName } from './constants';
export { TransitionName, VERSION } from './constants';
export { type NavigationOptions, type RenderActionBarOptions, NavigationContainer } from './navigation-container';

@@ -6,2 +6,1 @@ export * from './stack-navigator';

export * from './use-navigation';
export declare const version: string;
{
"name": "@dark-engine/native-navigation",
"version": "0.20.0",
"version": "0.20.1",
"description": "Dark navigation for NativeScript platform",

@@ -5,0 +5,0 @@ "author": "AlexPlex",

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