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

o-m-m

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

o-m-m - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

2

package.json
{
"name": "o-m-m",
"version": "0.0.30",
"version": "0.0.31",
"main": "src/omm.js",

@@ -5,0 +5,0 @@ "typings": "src/omm.ts",

@@ -176,5 +176,3 @@ /**

while (!hasBeenCalled) {
console.log("deasyncing");
debugger;
require('deasync').runLoopOnce();
require('deasync').sleep(50);
}

@@ -181,0 +179,0 @@ if (err)

@@ -202,5 +202,3 @@ /**

while(!hasBeenCalled) {
console.log("deasyncing");
debugger;
require('deasync').runLoopOnce();
require('deasync').sleep(50);
}

@@ -207,0 +205,0 @@ if( err )

Sorry, the diff of this file is not supported yet

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