Socket
Socket
Sign inDemoInstall

effects-as-data

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effects-as-data - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "effects-as-data",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

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

@@ -176,3 +176,3 @@ # Effects as Data

Error on step 4
Error on Step 4
============================

@@ -184,3 +184,3 @@

"path": "wrong-file.json",
"data": "[{\"name\":\"test\",\"git_url\":\"git://...\"}]"
"data": ...
}

@@ -192,3 +192,3 @@

"path": "repos.json",
"data": "[{\"name\":\"test\",\"git_url\":\"git://...\"}]"
"data": ...
}

@@ -195,0 +195,0 @@ ```

@@ -41,3 +41,3 @@ const assert = require('chai').assert

errorMessage.push(`Error on step ${index + 1}`)
errorMessage.push(`Error on Step ${index + 1}`)
errorMessage.push('============================')

@@ -44,0 +44,0 @@ errorMessage.push('\nExpected:')

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