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
758
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.9 to 1.0.10

dist/utils/MaskFormatter.d.ts

3

dist/index.d.ts
import { StringUtils } from "./utils/StringUtils";
import { NumberUtils } from "./utils/NumberUtils";
import { MaskFormatter } from "./utils/MaskFormatter";
import { HttpProvider } from "./http/HttpProvider";
import { RequestMetadata } from "./http/RequestMetadata";
export { StringUtils, NumberUtils, HttpProvider, RequestMetadata };
export { StringUtils, MaskFormatter, NumberUtils, HttpProvider, RequestMetadata };
import { StringUtils } from "./utils/StringUtils";
import { NumberUtils } from "./utils/NumberUtils";
import { MaskFormatter } from "./utils/MaskFormatter";
import { HttpProvider } from "./http/HttpProvider";
import { RequestMetadata } from "./http/RequestMetadata";
/*Classes públicas no pacote*/
export { StringUtils, NumberUtils, HttpProvider, RequestMetadata };
export { StringUtils, MaskFormatter, NumberUtils, HttpProvider, RequestMetadata };
//# sourceMappingURL=index.js.map
{
"name": "@sankhyalabs/core",
"version": "1.0.9",
"version": "1.0.10",
"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 { HttpProvider } from "./http/HttpProvider";

@@ -9,2 +10,3 @@ import { RequestMetadata } from "./http/RequestMetadata";

StringUtils,
MaskFormatter,
NumberUtils,

@@ -11,0 +13,0 @@ HttpProvider,

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