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

dockin

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockin - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

index.js

@@ -51,3 +51,3 @@ 'use strict';

return _.map(columnNames, (name) => {
return getCell(name, '1').value();
return _.result(getCell(name, '1'), 'value', '');
});

@@ -54,0 +54,0 @@ };

{
"name": "dockin",
"version": "0.0.1",
"version": "0.0.2",
"description": "intuitive xlsx spreadsheet parser wrapper",
"main": "index.js",
"scripts": {
"test": "node test/test",
"gulp": "gulp"
},

@@ -23,7 +22,9 @@ "engines": {

},
"dependencies": {},
"devDependencies": {
"dependencies": {
"lodash": "^4.13.1",
"xlsx": "^0.8.0"
},
"devDependencies": {
}
}
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