Socket
Socket
Sign inDemoInstall

cucumber-crockpot

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cucumber-crockpot - npm Package Compare versions

Comparing version 0.1.10 to 1.0.0

4

built/index.js

@@ -18,5 +18,3 @@ "use strict";

let featurePath = './features/';
const outputFiles = (picklejar) => fsx.outputFile(`${featurePath}crockpot/${picklejar.view.name}.feature`, picklejar.content, (err) => {
// do stuff when this succeeds, or handle failure
});
const outputFiles = (picklejar) => fsx.outputFileSync(`${featurePath}crockpot/${picklejar.view.name}.feature`, picklejar.content);
const templateCrock = (crock) => (view) => ({

@@ -23,0 +21,0 @@ content: mustache_1.default.render(crock, view),

{
"name": "cucumber-crockpot",
"version": "0.1.10",
"version": "1.0.0",
"description": "Create template files for Cucumber",

@@ -5,0 +5,0 @@ "main": "./built/index.js",

@@ -127,6 +127,4 @@ # Crockpot

In the pre-1.x phase I'll be looking into the possibility of combining the crock & view files together, but only as an option -- seperate files will always be supported.
I don't currently foresee adding any more complexity to the `.crock` file beyond how it is for now, but I am open to suggestions.
I don't currently foresee adding any more complexity to the `.crock` file beyond this, but I am open to suggestions.
## Development

@@ -138,3 +136,3 @@

Copyright 2018 Robert Gerald Porter <rob@weeverapps.com>
Copyright 2018-2019 Robert Gerald Porter <rob@weeverapps.com>

@@ -141,0 +139,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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