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 2.0.0 to 2.0.1-beta.1

2

dist/replaceCustomValues.js

@@ -316,3 +316,3 @@ "use strict";

return CUSTOM_VALUES.reduce((newString, customValue) => {
return newString.replace(customValue.string, customValue.value({
return newString.replace(new RegExp(customValue.string, 'g'), customValue.value({
form,

@@ -319,0 +319,0 @@ submissionTimestamp,

{
"name": "@oneblink/sdk-core",
"description": "OneBlink SDK for JavaScript (works in Browsers and NodeJS)",
"version": "2.0.0",
"version": "2.0.1-beta.1",
"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