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 1.10.1 to 1.10.2

6

index.js

@@ -147,3 +147,3 @@ var foreign = require('foreign'),

if(typeof fn !== 'function'){
throw 'No task function passed to righto';
throw new Error('No task function passed to righto');
}

@@ -159,3 +159,3 @@

if(typeof callback !== 'function'){
throw "Callback must be a function";
throw new Error('Callback must be a function');
}

@@ -312,3 +312,3 @@

if(typeof Proxy === 'undefined'){
throw 'This environment does not support Proxy\'s';
throw new Error('This environment does not support Proxy\'s');
}

@@ -315,0 +315,0 @@

{
"name": "righto",
"version": "1.10.1",
"version": "1.10.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