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

@datashaper/utilities

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datashaper/utilities - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

5

dist/common/BaseFile.js

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

import { getDataURL, getDsvFileContent, getJsonFileContentFromFile, getTextFromFile, isDsvFile, isJsonFile, isSupportedFile, isTableFile, isZipFile, loadTable } from '../utils/index.js';
/*!
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/ import { getDataURL, getDsvFileContent, getJsonFileContentFromFile, getTextFromFile, isDsvFile, isJsonFile, isSupportedFile, isTableFile, isZipFile, loadTable } from '../utils/index.js';
import { FileWithPath } from './FileWithPath.js';

@@ -3,0 +6,0 @@ export class BaseFile extends FileWithPath {

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

import { FileType } from '../types.js';
/*!
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/ import { FileType } from '../types.js';
import { createFileWithPath, fetchFile, getFilesFromZip, isZipFile, renameDuplicatedFiles, tableToHTML, toZip } from '../utils/index.js';

@@ -3,0 +6,0 @@ import { BaseFile } from './BaseFile.js';

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

export var FileType;
/*!
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/ export var FileType;
(function(FileType) {

@@ -3,0 +6,0 @@ FileType["csv"] = "csv";

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

/**
/*!
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/ /**
* Downloads a copy of a file in the specified format

@@ -3,0 +6,0 @@ * @param filename -

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

import { BlobReader, BlobWriter, Data64URIWriter, ZipReader, ZipWriter } from '@zip.js/zip.js';
/*!
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/ import { BlobReader, BlobWriter, Data64URIWriter, ZipReader, ZipWriter } from '@zip.js/zip.js';
import { FileWithPath } from '../common/index.js';

@@ -3,0 +6,0 @@ export async function getFilesFromZip(zipFile) {

25

package.json
{
"name": "@datashaper/utilities",
"version": "2.3.1",
"version": "2.3.2",
"type": "module",

@@ -37,21 +37,22 @@ "main": "dist/index.js",

"dependencies": {
"@zip.js/zip.js": "^2.4.26"
"@zip.js/zip.js": "2.3.18"
},
"devDependencies": {
"@essex/jest-config": "^21.0.13",
"@essex/scripts": "^22.0.5",
"@essex/jest-config": "^21.0.14",
"@essex/scripts": "^22.0.7",
"@essex/tsconfig-base": "^1.0.2",
"@essex/vite-config": "^19.0.11",
"@types/node": "^18.0.0",
"arquero": "^4.8.8",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"node-fetch": "^3.2.6",
"@essex/vite-config": "^19.0.12",
"@types/jest": "^29.0.2",
"@types/node": "^18.7.18",
"arquero": "^5.1.0",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"node-fetch": "^3.2.10",
"regenerator-runtime": "^0.13.9",
"typescript": "^4.7.4"
"typescript": "^4.8.3"
},
"peerDependencies": {
"arquero": "^4.8.7"
"arquero": "^5.1.0"
},
"types": "dist/index.d.ts"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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