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.0 to 2.0.1

2

effects/functions/get-settings.js

@@ -7,3 +7,3 @@ const actions = require('../actions');

function* getSettings() {
const parts = __dirname.split(path.sep).filter(identity);
const parts = process.cwd().split(path.sep).filter(identity);

@@ -10,0 +10,0 @@ let filePath;

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

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

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