Socket
Socket
Sign inDemoInstall

@oneblink/sdk-core

Package Overview
Dependencies
Maintainers
6
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oneblink/sdk-core - npm Package Compare versions

Comparing version 0.3.2-beta.3 to 0.3.2-beta.4

3

dist/replaceCustomValues.js

@@ -5,2 +5,3 @@ "use strict";

const formElementsService_1 = require("./formElementsService");
const abnService_1 = require("./abnService");
const CUSTOM_VALUES = [

@@ -135,3 +136,3 @@ {

case 'abn': {
return value === null || value === void 0 ? void 0 : value.ABN.identifierValue;
return value ? (0, abnService_1.getABNNumberFromABNRecord)(value) : undefined;
}

@@ -138,0 +139,0 @@ default: {

{
"name": "@oneblink/sdk-core",
"description": "OneBlink SDK for JavaScript (works in Browsers and NodeJS)",
"version": "0.3.2-beta.3",
"version": "0.3.2-beta.4",
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",

@@ -6,0 +6,0 @@ "bugs": {

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