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

righto

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

righto - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

8

index.js

@@ -328,2 +328,6 @@ var abbott = require('abbott');

if(isRighto(complete)){
throw new Error('righto instance passed into a righto instance instead of a callback');
}
if(typeof complete !== 'function'){

@@ -366,2 +370,6 @@ throw new Error('Callback must be a function');

if(isRighto(fn) && args.length > 0){
throw new Error('Righto task passed as target task to righto()');
}
var resolverContext = {

@@ -368,0 +376,0 @@ fn: fn,

2

package.json
{
"name": "righto",
"version": "3.0.1",
"version": "3.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "directories": {

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