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 2.5.3 to 2.5.4

2

index.js
var abbott = require('abbott');
var defer = typeof nextTick !== 'undefined' ? nextTick : typeof setImmediate !== 'undefined' ? setImmediate : setTimeout;
var defer = global.process && global.process.nextTick || global.setImmediate || global.setTimeout;

@@ -5,0 +5,0 @@ function isRighto(x){

{
"name": "righto",
"version": "2.5.3",
"version": "2.5.4",
"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