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

@papb/json-excel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@papb/json-excel - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

20

package.json
{
"name": "@papb/json-excel",
"version": "1.2.0",
"version": "1.2.1",
"description": "Create a pretty Excel table from JSON data with a very simple API",

@@ -32,6 +32,5 @@ "license": "MIT",

"build": "del-cli dist && tsc",
"release": "npm run build && np --no-2fa && npm pack && echo Please put the generated .tgz as a release asset on GitHub",
"test": "npm run build && xo && ava",
"lint": "tsc --noEmit && xo",
"ava": "npm run build && ava"
"release": "npm run build && np --no-2fa --no-cleanup",
"test": "npm run build && ava",
"lint": "tsc --noEmit && xo"
},

@@ -41,11 +40,13 @@ "main": "dist/source",

"files": [
"dist/source"
"dist/source",
"!*.map",
"!*.test.*"
],
"dependencies": {
"exceljs": "^4.0.1",
"fs-jetpack": "^2.4.0"
"fs-jetpack": "^3.1.0"
},
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@types/node": "^13.13.12",
"@types/node": "^10.17.28",
"ava": "^3.9.0",

@@ -72,3 +73,4 @@ "del-cli": "^3.0.1",

}
}
},
"timeout": "1m"
},

@@ -75,0 +77,0 @@ "xo": {

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