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

archieml-pipe

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

archieml-pipe - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

package.json
{
"name": "archieml-pipe",
"version": "0.0.1",
"version": "0.0.2",
"description": "Pipe a Google Doc with ArchieML data to local JSON with easy authentication steps.",

@@ -13,2 +13,3 @@ "repository": {

"archieml": "^0.4.2",
"babel-eslint": "^7.2.3",
"fs-extra": "^3.0.1",

@@ -15,0 +16,0 @@ "google-auth-library": "^0.10.0",

@@ -19,4 +19,5 @@ ![Politico](logo.png)

gulp.task('archie', () => {
gulp.task('archie', (cb) => {
archiePipe('path/to/export/data.json');
cb();
});

@@ -23,0 +24,0 @@ ```

@@ -18,3 +18,2 @@ import google from 'googleapis';

}
console.log(doc);
const exportLink = doc.exportLinks['text/html'];

@@ -21,0 +20,0 @@ auth._makeRequest({ // eslint-disable-line no-underscore-dangle

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