Socket
Socket
Sign inDemoInstall

effects-as-data-generate

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

effects-as-data-generate - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

4

effects/functions/new-fn.js

@@ -107,5 +107,5 @@ const c = require('case');

const exportsStatement = `module.exports = { ${functionsList.join(', ')} }`;
const fileText = `${requires.join('\n')}\n${exportsStatement}`;
const fileText = `${requires.join('\n')}\n\n${exportsStatement}`;
const $writeResult = yield actions.writeFile(
path.join(functionsPath, 'fn-index.js'),
path.join(functionsPath, 'index.js'),
fileText,

@@ -112,0 +112,0 @@ {

{
"name": "effects-as-data-generate",
"version": "2.0.1",
"version": "2.1.0",
"description": "",

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

@@ -1,4 +0,1 @@

const {mergeAll} = require('ramda');
const fnIndex = require('./fn-index');
module.exports = mergeAll([fnIndex]);
module.exports = {};

@@ -0,1 +1,4 @@

const actions = require('../actions')
const { isFailure } = require('effects-as-data')
function * {{{name}}} () {

@@ -2,0 +5,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc