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.12 to 1.4.13-alpha

lib/esm/scripts/services/export/excel/services-export-excel.interface.d.ts

2

lib/esm/index.d.ts

@@ -12,2 +12,3 @@ import 'jquery';

export * from './scripts/core/services/url/core-services-url.service';
export * from './scripts/services/export/excel/services-export-excel.service';
export * from './scripts/core/services/browser/core-services-browser.interface';

@@ -19,1 +20,2 @@ export * from './scripts/core/services/combobox/core-services-combobox.interface';

export * from './scripts/core/services/menu/core-services-menu.interfaces';
export * from './scripts/services/export/excel/services-export-excel.interface';

3

lib/esm/index.js

@@ -13,4 +13,3 @@ import 'jquery';

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';
export * from './scripts/services/export/excel/services-export-excel.service';
//# sourceMappingURL=index.js.map

@@ -12,2 +12,3 @@ import 'jquery';

export * from './scripts/core/services/url/core-services-url.service';
export * from './scripts/services/export/excel/services-export-excel.service';
export * from './scripts/core/services/browser/core-services-browser.interface';

@@ -19,1 +20,2 @@ export * from './scripts/core/services/combobox/core-services-combobox.interface';

export * from './scripts/core/services/menu/core-services-menu.interfaces';
export * from './scripts/services/export/excel/services-export-excel.interface';

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

"use strict";function __export(a){for(var b in a){if(!exports.hasOwnProperty(b)){exports[b]=a[b]}}}Object.defineProperty(exports,"__esModule",{value:true});require("jquery");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"));
"use strict";function __export(a){for(var b in a){if(!exports.hasOwnProperty(b)){exports[b]=a[b]}}}Object.defineProperty(exports,"__esModule",{value:true});require("jquery");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"));__export(require("./scripts/services/export/excel/services-export-excel.service"));
{
"name": "gl-w-frontend",
"version": "1.4.12",
"version": "1.4.13-alpha",
"description": "Common code for using among web front-end development such as pure JavaScript, ES6+ and TypeScript",

@@ -46,3 +46,6 @@ "main": "lib/index.js",

"moment-range": "^4.0.2",
"screenfull": "^5.0.2"
"rxjs": "^6.5.5",
"screenfull": "^5.0.2",
"xlsx": "^0.16.1",
"xlsx-populate": "^1.21.0"
},

@@ -56,2 +59,3 @@ "devDependencies": {

"@typescript-eslint/parser": "^3.0.2",
"@types/xlsx-populate": "git+https://github.com/JanLoebel/types-xlsx-populate.git",
"eslint": "^7.1.0",

@@ -58,0 +62,0 @@ "shx": "^0.3.2",

@@ -41,2 +41,5 @@ # gl-w-frontend #

<!-- Excel dependencies -->
<script lang="javascript" src="https://github.com/SheetJS/sheetjs/tree/master/dist/xlsx.full.min.js"></script>
<script lang="javascript" src="https://github.com/dtjohnson/xlsx-populate/blob/master/browser/xlsx-populate.js"></script>

@@ -121,2 +124,4 @@ <!-- Include here -->

* Export: Data to excel.
Other features is going to be included frequently.

@@ -126,3 +131,3 @@

I'm really thankful for those packages creators!
* [Screenfull](https://www.npmjs.com/package/screenfull): @github/sindresorhus
* [Screenfull](https://www.npmjs.com/package/screenfull)
* [inputmask](https://github.com/RobinHerbots/Inputmask)

@@ -133,1 +138,3 @@ * [jquery-ui-dist](https://github.com/jquery/jquery-ui/graphs/contributors)

* [moment-range](https://github.com/rotaready/moment-range)
* [xlsx-populate](https://github.com/dtjohnson/xlsx-populate)
* [Sheetsjs](https://github.com/SheetJS/sheetjs)

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