Socket
Socket
Sign inDemoInstall

@aurahelper/core

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurahelper/core - npm Package Compare versions

Comparing version 2.6.6 to 2.7.0

dist/utils/dateUtils.d.ts

1

dist/utils/index.d.ts

@@ -9,1 +9,2 @@ export * from './mathUtils';

export * from './metadataUtils';
export * from './dateUtils';

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

__exportStar(require("./metadataUtils"), exports);
__exportStar(require("./dateUtils"), exports);
//# sourceMappingURL=index.js.map

@@ -126,2 +126,3 @@ /**

static sort(elements: any[], fields?: string[], caseSensitive?: boolean): any[];
static createUUIDV4(): string;
}

@@ -228,2 +228,8 @@ "use strict";

};
Utils.createUUIDV4 = function () {
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
var r = Math.random() * 16 | 0, v = c === 'x' ? r : (r & 0x3 | 0x8);
return v.toString(16);
});
};
return Utils;

@@ -230,0 +236,0 @@ }());

2

package.json

@@ -5,3 +5,3 @@ {

"displayName": "Aura Helper Framework Core",
"version": "2.6.6",
"version": "2.7.0",
"description": "Core libraries for Aura Helper CLI, Aura Helper Extension and the rest of @ah libraries. Contain Util classes, Aura Helper Datatypes, Process Manages and Utils values",

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

Sorry, the diff of this file is not supported yet

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