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

@motify/components

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@motify/components - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1-alpha.2

lib/commonjs/progress/index.js

25

lib/commonjs/index.js

@@ -6,2 +6,14 @@ "use strict";

});
var _exportNames = {
View: true,
MotiView: true,
Text: true,
MotiText: true,
Image: true,
MotiImage: true,
ScrollView: true,
MotiScrollView: true,
SafeAreaView: true,
MotiSafeAreaView: true
};
exports.MotiSafeAreaView = exports.SafeAreaView = exports.MotiScrollView = exports.ScrollView = exports.MotiImage = exports.Image = exports.MotiText = exports.Text = exports.MotiView = exports.View = void 0;

@@ -13,2 +25,15 @@

var _progress = require("./progress");
Object.keys(_progress).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _progress[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _progress[key];
}
});
});
const View = (0, _core.motify)(_reactNative.View)();

@@ -15,0 +40,0 @@ exports.MotiView = exports.View = View;

1

lib/module/index.js

@@ -8,3 +8,4 @@ import { motify } from '@motify/core';

export const SafeAreaView = motify(RSafeAreaView)();
export * from './progress';
export { View as MotiView, Text as MotiText, Image as MotiImage, ScrollView as MotiScrollView, SafeAreaView as MotiSafeAreaView };
//# sourceMappingURL=index.js.map

@@ -17,2 +17,3 @@ /// <reference types="react" />

} & import("react").RefAttributes<unknown>>;
export * from './progress';
export { View as MotiView, Text as MotiText, Image as MotiImage, ScrollView as MotiScrollView, SafeAreaView as MotiSafeAreaView, };

6

package.json
{
"name": "@motify/components",
"private": false,
"version": "0.11.0",
"version": "0.11.1-alpha.2+7fafc30",
"keywords": [

@@ -40,3 +40,3 @@ "react-native",

"dependencies": {
"@motify/core": "^0.11.0"
"@motify/core": "^0.11.1-alpha.2+7fafc30"
},

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

},
"gitHead": "3a5616d738147a847c878e0c782d40f83f2d10ca"
"gitHead": "7fafc3065b51f210ffa934eb41dfd656e27c08bb"
}

@@ -16,2 +16,4 @@ import { motify } from '@motify/core'

export * from './progress'
export {

@@ -18,0 +20,0 @@ View as MotiView,

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