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

@sankhyalabs/core

Package Overview
Dependencies
Maintainers
1
Versions
745
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/core - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

dist/ui/FloatingManager.d.ts

4

dist/index.d.ts
import { StringUtils } from "./utils/StringUtils";
import { NumberUtils } from "./utils/NumberUtils";
import { MaskFormatter } from "./utils/MaskFormatter";
import FloatingManager from "./ui/FloatingManager";
import DateUtils from "./utils/DateUtils";
import { TimeFormatter } from "./utils/TimeFormatter";
export { StringUtils, MaskFormatter, NumberUtils, TimeFormatter, };
export { StringUtils, MaskFormatter, NumberUtils, FloatingManager, DateUtils, TimeFormatter, };
import { StringUtils } from "./utils/StringUtils";
import { NumberUtils } from "./utils/NumberUtils";
import { MaskFormatter } from "./utils/MaskFormatter";
import FloatingManager from "./ui/FloatingManager";
import DateUtils from "./utils/DateUtils";
import { TimeFormatter } from "./utils/TimeFormatter";

@@ -8,3 +10,3 @@ // import { HttpProvider } from "./http/HttpProvider";

/*Classes públicas no pacote*/
export { StringUtils, MaskFormatter, NumberUtils, TimeFormatter, };
export { StringUtils, MaskFormatter, NumberUtils, FloatingManager, DateUtils, TimeFormatter, };
//# sourceMappingURL=index.js.map
{
"name": "@sankhyalabs/core",
"version": "1.0.16",
"version": "1.0.17",
"description": "Modulo core JavaScript da Sankhya.",

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

import { StringUtils } from "./utils/StringUtils";
import { NumberUtils } from "./utils/NumberUtils";
import { MaskFormatter } from "./utils/MaskFormatter";
import FloatingManager from "./ui/FloatingManager";
import DateUtils from "./utils/DateUtils";
import { TimeFormatter } from "./utils/TimeFormatter";

@@ -13,2 +15,4 @@ // import { HttpProvider } from "./http/HttpProvider";

NumberUtils,
FloatingManager,
DateUtils,
TimeFormatter,

@@ -15,0 +19,0 @@ // HttpProvider,

{
"compilerOptions": {
"target": "ES6",
"lib": ["ESNext", "DOM"],
"sourceMap": true,

@@ -5,0 +6,0 @@ "outDir": "dist",

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