Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

syncware-units

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syncware-units - npm Package Compare versions

Comparing version 4.0.10 to 4.0.11

1

build/index.d.ts
export * from "./convertUnits";
export * from "./variableInfoMap";
export * from "./types";

@@ -19,1 +19,2 @@ "use strict";

__exportStar(require("./variableInfoMap"), exports);
__exportStar(require("./types"), exports);

5

build/types.d.ts
import { variableInfoMap } from "./variableInfoMap";
export type TVKey = keyof typeof variableInfoMap;
export type TVariableInfoMap = typeof variableInfoMap;
export type TVariableInfoMapKey = keyof TVariableInfoMap;
export interface IUnit {

@@ -9,3 +10,3 @@ unit: string;

export interface IInput {
variable: TVKey;
variable: TVariableInfoMapKey;
from: IUnit;

@@ -12,0 +13,0 @@ to: IUnit;

{
"name": "syncware-units",
"version": "4.0.10",
"version": "4.0.11",
"description": "Syncware Units Software",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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