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

gl-w-frontend

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-w-frontend - npm Package Compare versions

Comparing version 1.4.1-alpha to 1.4.1-alpha2

lib/esm/scripts/core/services/browser/core-services-browser.interface.d.ts

9

lib/esm/index.d.ts

@@ -1,2 +0,2 @@

import 'node_modules/jquery-ui-dist/jquery-ui.min';
import 'jquery-ui-dist/jquery-ui.min';
export * from './scripts/core/services/array/core-services-array.service';

@@ -8,3 +8,10 @@ export * from './scripts/core/services/attachment/core-services-attachment.service';

export * from './scripts/core/services/elements/core-services-elements.service';
export * from './scripts/core/services/input/core-services-input.service';
export * from './scripts/core/services/string/core-services-string.service';
export * from './scripts/core/services/url/core-services-url.service';
export * from './scripts/core/services/browser/core-services-browser.interface';
export * from './scripts/core/services/combobox/core-services-combobox.interface';
export * from './scripts/core/services/date/core-services-date.interface';
export * from './scripts/core/services/elements/core-services-elements.interface';
export * from './scripts/core/services/input/core-services-input.interface';
export * from './scripts/core/services/menu/core-services-menu.interfaces';

@@ -1,2 +0,3 @@

import 'node_modules/jquery-ui-dist/jquery-ui.min';
import 'jquery-ui-dist/jquery-ui.min';
// Modules
export * from './scripts/core/services/array/core-services-array.service';

@@ -8,4 +9,7 @@ export * from './scripts/core/services/attachment/core-services-attachment.service';

export * from './scripts/core/services/elements/core-services-elements.service';
export * from './scripts/core/services/input/core-services-input.service';
export * from './scripts/core/services/string/core-services-string.service';
export * from './scripts/core/services/url/core-services-url.service';
// export * from './scripts/core/services/string/core-services-string.interface';
// export * from './scripts/core/services/url/core-services-url.interface';
//# sourceMappingURL=index.js.map

2

lib/esm/scripts/core/services/browser/core-services-browser.service.d.ts
import { IFullScreenAlt, IFullScreenSrc, IMenuButton } from '../menu/core-services-menu.interfaces';
import { IFullscreenResult } from './core-services-browser.interfaces';
import { IFullscreenResult } from './core-services-browser.interface';
declare class FullScreen {

@@ -4,0 +4,0 @@ listener(menuButton: IMenuButton, alt: IFullScreenAlt, src: IFullScreenSrc, showLog?: boolean): void;

@@ -1,2 +0,2 @@

import 'node_modules/jquery-ui-dist/jquery-ui.min';
import 'jquery-ui-dist/jquery-ui.min';
export * from './scripts/core/services/array/core-services-array.service';

@@ -8,3 +8,10 @@ export * from './scripts/core/services/attachment/core-services-attachment.service';

export * from './scripts/core/services/elements/core-services-elements.service';
export * from './scripts/core/services/input/core-services-input.service';
export * from './scripts/core/services/string/core-services-string.service';
export * from './scripts/core/services/url/core-services-url.service';
export * from './scripts/core/services/browser/core-services-browser.interface';
export * from './scripts/core/services/combobox/core-services-combobox.interface';
export * from './scripts/core/services/date/core-services-date.interface';
export * from './scripts/core/services/elements/core-services-elements.interface';
export * from './scripts/core/services/input/core-services-input.interface';
export * from './scripts/core/services/menu/core-services-menu.interfaces';

@@ -1,1 +0,1 @@

"use strict";function __export(m){for(var p in m)if(!exports.hasOwnProperty(p))exports[p]=m[p]}Object.defineProperty(exports,"__esModule",{value:true});require("node_modules/jquery-ui-dist/jquery-ui.min");__export(require("./scripts/core/services/array/core-services-array.service"));__export(require("./scripts/core/services/attachment/core-services-attachment.service"));__export(require("./scripts/core/services/browser/core-services-browser.service"));__export(require("./scripts/core/services/combobox/core-services-combobox.service"));__export(require("./scripts/core/services/date/core-services-date.service"));__export(require("./scripts/core/services/elements/core-services-elements.service"));__export(require("./scripts/core/services/string/core-services-string.service"));__export(require("./scripts/core/services/url/core-services-url.service"));
"use strict";function __export(m){for(var p in m)if(!exports.hasOwnProperty(p))exports[p]=m[p]}Object.defineProperty(exports,"__esModule",{value:true});require("jquery-ui-dist/jquery-ui.min");__export(require("./scripts/core/services/array/core-services-array.service"));__export(require("./scripts/core/services/attachment/core-services-attachment.service"));__export(require("./scripts/core/services/browser/core-services-browser.service"));__export(require("./scripts/core/services/combobox/core-services-combobox.service"));__export(require("./scripts/core/services/date/core-services-date.service"));__export(require("./scripts/core/services/elements/core-services-elements.service"));__export(require("./scripts/core/services/input/core-services-input.service"));__export(require("./scripts/core/services/string/core-services-string.service"));__export(require("./scripts/core/services/url/core-services-url.service"));
import { IFullScreenAlt, IFullScreenSrc, IMenuButton } from '../menu/core-services-menu.interfaces';
import { IFullscreenResult } from './core-services-browser.interfaces';
import { IFullscreenResult } from './core-services-browser.interface';
declare class FullScreen {

@@ -4,0 +4,0 @@ listener(menuButton: IMenuButton, alt: IFullScreenAlt, src: IFullScreenSrc, showLog?: boolean): void;

{
"name": "gl-w-frontend",
"version": "1.4.1-alpha",
"version": "1.4.1-alpha2",
"description": "Common code for using among web front-end development such as pure JavaScript, ES6+ and TypeScript",
"main": "lib/",
"types": "lib/",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/esm/index.js",
"scripts": {

@@ -37,2 +38,3 @@ "clean": "shx rm -rf dist lib",

"@types/node": "^14.0.5",
"inputmask": "^5.0.3",
"jquery": "^3.5.1",

@@ -45,2 +47,3 @@ "jquery-ui-dist": "^1.12.1",

"devDependencies": {
"@types/inputmask": "^4.0.1",
"@types/jquery": "^3.3.38",

@@ -47,0 +50,0 @@ "@types/jqueryui": "^1.12.13",

# gl-w-frontend #
[![version](https://img.shields.io/badge/version-1.4.1-green.svg)](https://www.npmjs.com/package/gl-w-frontend)
[![version](https://img.shields.io/badge/version-1.4.1alpha2-green.svg)](https://www.npmjs.com/package/gl-w-frontend)

@@ -45,2 +45,3 @@ ### What is this repository for? ###

* Date / Time
* Input
* Dom Elements

@@ -54,2 +55,3 @@ * String

* [Screenfull](https://www.npmjs.com/package/screenfull): @github/sindresorhus
* [inputmask](https://github.com/RobinHerbots/Inputmask)
* [jquery-ui-dist](https://github.com/jquery/jquery-ui/graphs/contributors)

@@ -56,0 +58,0 @@ * [jquery](https://github.com/jquery/jquery/graphs/contributors)

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