Socket
Socket
Sign inDemoInstall

react-native-klarna-inapp-sdk

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-klarna-inapp-sdk - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

3

lib/commonjs/KlarnaCheckoutView.js

@@ -25,3 +25,4 @@ "use strict";

width: '100%',
height: this.state.nativeViewHeight
height: this.state.nativeViewHeight,
flexShrink: 1
},

@@ -28,0 +29,0 @@ returnUrl: this.props.returnUrl || '',

@@ -25,3 +25,4 @@ "use strict";

width: '100%',
height: this.state.nativeViewHeight
height: this.state.nativeViewHeight,
flexShrink: 1
},

@@ -28,0 +29,0 @@ category: this.props.category || '',

@@ -17,3 +17,4 @@ import React, { Component } from 'react';

width: '100%',
height: this.state.nativeViewHeight
height: this.state.nativeViewHeight,
flexShrink: 1
},

@@ -20,0 +21,0 @@ returnUrl: this.props.returnUrl || '',

@@ -17,3 +17,4 @@ import React, { Component } from 'react';

width: '100%',
height: this.state.nativeViewHeight
height: this.state.nativeViewHeight,
flexShrink: 1
},

@@ -20,0 +21,0 @@ category: this.props.category || '',

{
"name": "react-native-klarna-inapp-sdk",
"title": "Klarna Mobile SDK React Native",
"version": "2.3.3",
"version": "2.3.4",
"description": "This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.",

@@ -38,3 +38,4 @@ "main": "lib/commonjs/index",

"lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --fix",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"prettier": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"clean": "del-cli android/build ios/build TestApp/android/build TestApp/android/app/build TestApp/ios/build",

@@ -41,0 +42,0 @@ "pods": "pod-install --quiet",

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