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

docpad-plugin-cloudant

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-cloudant - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

out/cloudant.plugin.js

@@ -125,3 +125,3 @@ // Generated by CoffeeScript 1.9.2

var ref;
return (ref = doc.id) != null ? ref.substr(0, 8 !== '_design/') : void 0;
return (ref = doc._id) != null ? ref.substr(0, 8 !== '_design/') : void 0;
};

@@ -128,0 +128,0 @@ if (!collectionConfig.includeDesignDocs) {

{
"name": "docpad-plugin-cloudant",
"version": "2.0.2",
"version": "2.0.3",
"description": "Import your Cloudant databases to DocPad collections",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/nfriedly/docpad-plugin-cloudant",

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