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

@portone/browser-sdk

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portone/browser-sdk - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/v2.js
var _a;
let promise = null;
const portone = {
jsSdkUrl: (_a = '/v2/browser-sdk.js') !== null && _a !== void 0 ? _a : 'https://cdn.portone.io/v2/browser-sdk.js',
jsSdkUrl: (_a = undefined) !== null && _a !== void 0 ? _a : 'https://cdn.portone.io/v2/browser-sdk.js',
};

@@ -6,0 +6,0 @@ function findScript() {

@@ -18,3 +18,2 @@ import { Entity, IssueBillingKeyError, IssueBillingKeyResponse } from './index.js';

issueId?: string;
billingKey?: string;
customer?: Entity.Customer;

@@ -21,0 +20,0 @@ redirectUrl?: string;

@@ -14,3 +14,2 @@ import { CapsToCamel } from '../utils.js';

issueId?: string;
billingKey?: string;
customer?: Entity.Customer;

@@ -17,0 +16,0 @@ windowType?: Entity.WindowTypes;

@@ -12,3 +12,2 @@ import { CapsToCamel, OneOfType } from '../utils.js';

isTestChannel?: boolean;
channelGroupId?: string;
taxFreeAmount?: number;

@@ -15,0 +14,0 @@ vatAmount?: number;

{
"name": "@portone/browser-sdk",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"description": "PortOne SDK for browser",

@@ -42,3 +42,3 @@ "keywords": [

"build": "rm -rf dist && rollup -c && tsconfig-replace-paths -s src",
"prepublishOnly": "npm run build"
"prepublishOnly": "yarn build"
},

@@ -55,2 +55,2 @@ "devDependencies": {

}
}
}

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