Socket
Socket
Sign inDemoInstall

@gedit/utils

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gedit/utils - npm Package Compare versions

Comparing version 0.1.58 to 0.1.59

lib/common/polyfill.d.ts

1

lib/common/uuid.d.ts

@@ -0,3 +1,4 @@

import './polyfill';
export declare function isUUID(value: string): boolean;
export declare function generateUuid(): string;
//# sourceMappingURL=uuid.d.ts.map

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

exports.generateUuid = exports.isUUID = void 0;
require("./polyfill");
var _UUIDPattern = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;

@@ -10,0 +11,0 @@ function isUUID(value) {

4

package.json
{
"name": "@gedit/utils",
"version": "0.1.58",
"version": "0.1.59",
"license": "MIT",

@@ -31,3 +31,3 @@ "main": "lib/common/index",

},
"gitHead": "a6f1e817d460d94998321db21b0acac6cd189303"
"gitHead": "1ec58b0dd56849d324e85057f54957a9e2d9c8ed"
}

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

import './polyfill';
const _UUIDPattern = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;

@@ -8,0 +9,0 @@

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