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

@nebula.js/cli-create

Package Overview
Dependencies
Maintainers
4
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nebula.js/cli-create - npm Package Compare versions

Comparing version 0.1.0-alpha.23 to 0.1.0-alpha.24

4

package.json
{
"name": "@nebula.js/cli-create",
"version": "0.1.0-alpha.23",
"version": "0.1.0-alpha.24",
"description": "",

@@ -30,3 +30,3 @@ "license": "MIT",

},
"gitHead": "2686c30f0438b9d6dd3781db11c305cdf3495991"
"gitHead": "c7af363ea4b8ac4200e2ded0074801c1dcd1c489"
}

@@ -16,3 +16,3 @@ describe('interaction', () => {

await page.waitFor(100); // wait a bit to make sure websocket traffic has gone through
await page.waitForFunction(selector => document.querySelectorAll(selector).length === 2, {}, 'rect[data-label]');

@@ -19,0 +19,0 @@ const rects = await page.$$eval('rect[data-label]', sel => sel.map(r => r.getAttribute('data-label')));

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