Socket
Socket
Sign inDemoInstall

react-native-klarna-inapp-sdk

Package Overview
Dependencies
Maintainers
1
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.2.5 to 2.3.0

android/src/main/java/com/klarna/mobile/sdk/reactnative/checkout/KlarnaCheckoutViewEventHandler.java

11

lib/commonjs/index.js

@@ -28,2 +28,13 @@ "use strict";

});
var _KlarnaCheckoutView = require("./KlarnaCheckoutView");
Object.keys(_KlarnaCheckoutView).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _KlarnaCheckoutView[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _KlarnaCheckoutView[key];
}
});
});
//# sourceMappingURL=index.js.map

1

lib/module/index.js
export * from './KlarnaPaymentView';
export * from './KlarnaStandaloneWebView';
export * from './KlarnaCheckoutView';
//# sourceMappingURL=index.js.map
export * from './KlarnaPaymentView';
export * from './KlarnaStandaloneWebView';
export * from './KlarnaCheckoutView';
//# sourceMappingURL=index.d.ts.map

4

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

@@ -89,6 +89,6 @@ "main": "lib/commonjs/index",

},
"dependencies": {},
"engines": {
"node": ">=16"
},
"packageManager": "yarn@1.22.22",
"react-native-builder-bob": {

@@ -95,0 +95,0 @@ "source": "src",

@@ -11,4 +11,5 @@ # Klarna Mobile SDK React Native

currently has the following components:
- `KlarnaPaymentView` to integrate Klarna Payments,
- `KlarnaStandaloneWebView` to integrate Klarna Standalone WebView.
- `KlarnaPaymentView` to integrate Klarna Payments
- `KlarnaStandaloneWebView` to integrate Klarna Standalone WebView
- `KlarnaCheckoutView` to integrate Klarna Checkout

@@ -15,0 +16,0 @@ This repository also includes a test application that you can use to see how it works.

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