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 5.1.0-beta.2 to 5.1.0-beta.3

4

dist/replaceCustomValues.js

@@ -55,2 +55,6 @@ "use strict";

{
string: '{USER:username}',
value: ({ userProfile }) => (userProfile === null || userProfile === void 0 ? void 0 : userProfile.username) || '',
},
{
string: '{TASK_NAME}',

@@ -57,0 +61,0 @@ value: ({ task }) => (task === null || task === void 0 ? void 0 : task.name) || '',

2

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