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

fnflow

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fnflow - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

package.json

@@ -6,3 +6,3 @@ {

"author": "David Fenster <david@dfenster.com>",
"version": "0.1.9",
"version": "0.1.10",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

@@ -82,6 +82,6 @@ fnFlow

assertGenreExistence: [Genre.assertExistence, 'getGenre'],
getBooks: ['assertGenreExistence', 'getGenre', 'findBooksByAuthor', 'getAuthor']
getBooks: ['assertGenreExistence', 'getGenre.findBooksByAuthor', 'getAuthor.id']
}, function(err, results) {
if(err) return console.error(err); //genre probably didn't exist.
console.log('Number of books:', results.getBooks.length);
console.log('Number of books:', result.getBooks.length);
});

@@ -110,3 +110,3 @@ ```

assertGenreExistence: [Genre.assertExistence, 'getGenre'],
getBooks: ['assertGenreExistence', 'getGenre', 'findBooksByAuthor', 'getAuthor']
getBooks: ['assertGenreExistence', 'getGenre.findBooksByAuthor', 'getAuthor.id']
}, function(err, results) {

@@ -113,0 +113,0 @@ if(err) return console.error(err); //genre probably didn't exist.

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