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

@wixc3/common

Package Overview
Dependencies
Maintainers
65
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/common - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

2

package.json
{
"name": "@wixc3/common",
"version": "5.0.0",
"version": "5.1.0",
"description": "Common utils, usable in all environments",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

@@ -36,6 +36,6 @@ import { sleep } from 'promise-assist';

* // it will wait `wait` ms between each run:
* func(1);
* await sleep(wait);
* func(2);
* await sleep(wait);
* func(1);
* await sleep(wait);
* func(2);
* await sleep(wait);
* func(3);`

@@ -42,0 +42,0 @@ * ```

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