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

ag-utilities

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-utilities - npm Package Compare versions

Comparing version 1.1.202 to 1.1.203

1

AgEncrypt.d.ts
export declare const AgEncrypt: {
md5(str: string): string;
sha256(str: string): string;

@@ -3,0 +4,0 @@ ssl(): {

@@ -8,3 +8,7 @@ "use strict";

var sha_js_1 = __importDefault(require("sha.js"));
var crypto_1 = __importDefault(require("crypto"));
exports.AgEncrypt = {
md5: function (str) {
return crypto_1.default.createHash('md5').update(str, 'utf8').digest('hex');
},
sha256: function (str) {

@@ -11,0 +15,0 @@ // online generator --> https://passwordsgenerator.net/sha256-hash-generator/

2

package.json
{
"name": "ag-utilities",
"version": "1.1.202",
"version": "1.1.203",
"author": "fangxq",

@@ -5,0 +5,0 @@ "license": "MIT",

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