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

hcode-core

Package Overview
Dependencies
Maintainers
2
Versions
633
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hcode-core - npm Package Compare versions

Comparing version 0.0.51 to 0.0.52

lib/functions/humanFileSize/index.d.ts

2

lib/functions/index.js

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

const randomString_1 = require("./randomString");
const humanFileSize_1 = require("./humanFileSize");
module.exports.errorToHuman = errorToHuman_1.errorToHuman;

@@ -29,2 +30,3 @@ module.exports.decodeAuthFromAccessToken = decodeAuthFromAccessToken_1.decodeAuthFromAccessToken;

module.exports.randomString = randomString_1.randomString;
module.exports.humanFileSize = humanFileSize_1.humanFileSize;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "hcode-core",
"version": "0.0.51",
"version": "0.0.52",
"description": "Hcode Core",

@@ -5,0 +5,0 @@ "types": "typings.d.ts",

@@ -13,2 +13,3 @@ import { base64Decode, base64Encode } from './base64';

import { randomString } from './randomString';
import { humanFileSize } from './humanFileSize';

@@ -28,1 +29,2 @@ module.exports.errorToHuman = errorToHuman;

module.exports.randomString = randomString;
module.exports.humanFileSize = humanFileSize;

@@ -304,2 +304,4 @@ //Arquivo gerado automaticamente. NÃO EDITAR pois será perdido.

export function humanFileSize(bytes: number, si?: boolean, dp?: number): string;
export function queryStringToJSON(queryString: string): AnyObject;

@@ -306,0 +308,0 @@

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