New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quirons-broker

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quirons-broker - npm Package Compare versions

Comparing version 0.0.1-alpha.93 to 0.0.1-alpha.94

fns/time-converter.d.ts

2

package.json
{
"name": "quirons-broker",
"version": "0.0.1-alpha.93",
"version": "0.0.1-alpha.94",
"description": "A small library to expose the broker types",

@@ -5,0 +5,0 @@ "main": "index.ts",

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

const custom_types_1 = require("../../custom-types");
const time_converter_1 = require("../../fns/time-converter");
/**

@@ -56,4 +57,3 @@ * Our internal model for cost centers.

productiveHours: data.monthlyWorkingHours
// TODO: TOTVS gives us "hh:mm", properly convert that
? parseFloat(data.monthlyWorkingHours)
? time_converter_1.parseTime(data.monthlyWorkingHours)
: null,

@@ -60,0 +60,0 @@ relaySchema: data.relaySchema

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