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

4

dist/index.d.ts
import * as formElementsService from './formElementsService';
import * as conditionalLogicService from './conditionalLogicService';
import replaceCustomValues from './replaceCustomValues';
import * as typeCaseService from './typeCastService';
export { formElementsService, conditionalLogicService, replaceCustomValues, typeCaseService, };
import * as typeCastService from './typeCastService';
export { formElementsService, conditionalLogicService, replaceCustomValues, typeCastService, };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.typeCaseService = exports.replaceCustomValues = exports.conditionalLogicService = exports.formElementsService = void 0;
exports.typeCastService = exports.replaceCustomValues = exports.conditionalLogicService = exports.formElementsService = void 0;
const formElementsService = __importStar(require("./formElementsService"));

@@ -33,4 +33,4 @@ exports.formElementsService = formElementsService;

exports.replaceCustomValues = replaceCustomValues_1.default;
const typeCaseService = __importStar(require("./typeCastService"));
exports.typeCaseService = typeCaseService;
const typeCastService = __importStar(require("./typeCastService"));
exports.typeCastService = typeCastService;
//# sourceMappingURL=index.js.map
{
"name": "@oneblink/sdk-core",
"description": "OneBlink SDK for JavaScript (works in Browsers and NodeJS)",
"version": "0.1.0-beta.2",
"version": "0.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