Socket
Socket
Sign inDemoInstall

@skypilot/steampress

Package Overview
Dependencies
52
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-alpha to 0.1.1-alpha

.eslintrc.js

2

lib/index.d.ts

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

export { convertExcelSheetToJson } from './excel/convertExcelSheetToJson';
export * from './excel';

@@ -6,9 +6,13 @@ "use strict";

});
Object.defineProperty(exports, "convertExcelSheetToJson", {
enumerable: true,
get: function () {
return _convertExcelSheetToJson.convertExcelSheetToJson;
}
});
var _convertExcelSheetToJson = require("./excel/convertExcelSheetToJson");
var _excel = require("./excel");
Object.keys(_excel).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _excel[key];
}
});
});
{
"name": "@skypilot/steampress",
"version": "0.1.0-alpha",
"version": "0.1.1-alpha",
"description": "Parse, filter, and transform messy spreadsheets into clean object data",

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

"@types/jest": "^24.0.15",
"@types/node": "^12.0.8",
"@types/node": "^12.0.10",
"@typescript-eslint/eslint-plugin": "^1.10.2",

@@ -41,2 +41,3 @@ "@typescript-eslint/parser": "^1.10.2",

"eslint": "^5.16.0",
"eslint-plugin-jest": "^22.7.1",
"jest": "^24.8.0",

@@ -43,0 +44,0 @@ "prettier": "^1.18.2",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc