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

@data-wrangling-components/utilities

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-wrangling-components/utilities - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

dist/lib/common/BaseFile.d.ts

1

docs/utilities.api.md

@@ -95,2 +95,3 @@ ## API Report File for "@data-wrangling-components/utilities"

// (undocumented)
get config(): Config;
set config(config: Config);

@@ -97,0 +98,0 @@ // (undocumented)

@@ -95,2 +95,3 @@ ## API Report File for "@data-wrangling-components/utilities"

// (undocumented)
get config(): Config;
set config(config: Config);

@@ -97,0 +98,0 @@ // (undocumented)

14

package.json
{
"name": "@data-wrangling-components/utilities",
"version": "1.7.0",
"version": "1.7.1",
"type": "module",
"main": "dist/index.js",
"main": "dist/lib/index.js",
"publishConfig": {
"main": "dist/index.js",
"types": "dist/index.d.ts"
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts"
},

@@ -19,5 +19,5 @@ "sideEffects": false,

"devDependencies": {
"@essex/scripts": "^20.5.1",
"@essex/scripts": "^21.0.1",
"@essex/tsconfig-base": "^1.0.2",
"@essex/vite-config": "^19.0.5",
"@essex/vite-config": "^19.0.6",
"@types/node": "^17.0.21",

@@ -31,3 +31,3 @@ "arquero": "^4.8.8",

},
"types": "dist/index.d.ts"
"types": "dist/lib/index.d.ts"
}

@@ -42,2 +42,6 @@ /*!

get config() {
return this._config
}
set config(config: Config) {

@@ -44,0 +48,0 @@ this._config = { ...this._config, ...config }

@@ -10,5 +10,5 @@ /*!

* Downloads a copy of a file in the specified format
* @param filename
* @param type
* @param data
* @param filename -
* @param type -
* @param data -
*/

@@ -26,4 +26,4 @@ export function download(filename: string, type: string, data: Blob): void {

* Downloads a csv copy of a table
* @param table
* @param filename
* @param table -
* @param filename -
*/

@@ -30,0 +30,0 @@ export function downloadTable(

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