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
5
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 2.2.0 to 2.3.0

templates/sn/none/test/integration/fixtures/hello.fix.js

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/cli-create
# [2.2.0](https://github.com/qlik-oss/nebula.js/compare/v2.1.0...v2.2.0) (2021-11-17)

@@ -8,0 +12,0 @@

4

package.json
{
"name": "@nebula.js/cli-create",
"version": "2.2.0",
"version": "2.3.0",
"description": "",

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

},
"gitHead": "774fb035b462f8011bfc3c517ee620920f3ee94c"
"gitHead": "db408ff3d6013a4558dbb9be24ae1188c1e78d44"
}
import enigma from 'enigma.js';
import schema from 'enigma.js/schemas/12.170.2.json';
import schema from 'enigma.js/schemas/12.936.0.json';

@@ -4,0 +4,0 @@ async function getQCSHeaders({ webIntegrationId, url }) {

describe('sn', () => {
const content = '.njs-viz[data-render-count="1"]';
it('should say hello', async () => {
const app = encodeURIComponent(process.env.APP_ID || '/apps/ctrl00.qvf');
await page.goto(`${process.env.BASE_URL}/render/?app=${app}`);
const url = `${process.env.BASE_URL}/render?fixture=hello.fix.js`;
await page.goto(url);
await page.waitForSelector(content, { visible: true });

@@ -7,0 +7,0 @@ const text = await page.$eval(content, (el) => el.textContent);

@@ -0,1 +1,2 @@

const path = require('path');
const serve = require('@nebula.js/cli-serve'); // eslint-disable-line

@@ -20,2 +21,3 @@

open: false,
fixturePath: path.resolve(__dirname, 'fixtures'),
});

@@ -22,0 +24,0 @@

@@ -0,1 +1,2 @@

const path = require('path');
const serve = require('@nebula.js/cli-serve'); // eslint-disable-line

@@ -20,2 +21,4 @@

build: false,
open: false,
fixturePath: path.resolve(__dirname, 'fixtures'),
});

@@ -22,0 +25,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