New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@glue42/office

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glue42/office - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

3

changelog.md

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

1.7.2
- onNewWorksheet is now fired only when the sheet is initially send from Excel-first
1.7.1

@@ -2,0 +5,0 @@ - support for both ".xlsx" | ".xls" and no extension names added

2

dist/cjs/excel/excel.js

@@ -44,3 +44,3 @@ "use strict";

const id = convertedParams.params.cookie || utils_1.getSheetId(workbook, worksheet);
const sheet = this.createSheet(id, sheetData);
const sheet = this.createSheet(id, sheetData, false);
resolve(sheet.asSheetAPI);

@@ -47,0 +47,0 @@ }

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

export declare const version = "1.7.1";
export declare const version = "1.7.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "1.7.1";
exports.version = "1.7.2";
//# sourceMappingURL=version.js.map

@@ -81,3 +81,3 @@ var __assign = (this && this.__assign) || function () {

var id = convertedParams.params.cookie || getSheetId(workbook, worksheet);
var sheet = _this.createSheet(id, sheetData);
var sheet = _this.createSheet(id, sheetData, false);
resolve(sheet.asSheetAPI);

@@ -84,0 +84,0 @@ }

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

export var version = "1.7.1";
export var version = "1.7.2";

@@ -42,3 +42,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const id = convertedParams.params.cookie || getSheetId(workbook, worksheet);
const sheet = this.createSheet(id, sheetData);
const sheet = this.createSheet(id, sheetData, false);
resolve(sheet.asSheetAPI);

@@ -45,0 +45,0 @@ }

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

export const version = "1.7.1";
export const version = "1.7.2";
{
"name": "@glue42/office",
"version": "1.7.1",
"version": "1.7.2",
"description": "Glue42 for Office",

@@ -5,0 +5,0 @@ "browser": "./dist/web-bundle/office.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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