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

@brightspace-ui/create

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-ui/create - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

dist/generators/test-unit/templates/configured/_web-test-runner.sauce.config.mjs

2

dist/generators/test-unit/index.js

@@ -15,3 +15,5 @@ "use strict";

(0, _helper.replaceText)(`${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/test/${templateData.hyphenatedName}.test.js`, templateData);
(0, _helper.copyFile)(`${__dirname}/templates/configured/_web-test-runner.sauce.config.mjs`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/web-test-runner.sauce.config.mjs`);
(0, _helper.replaceText)(`${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/web-test-runner.sauce.config.mjs`, templateData);
(0, _helper.copyFilesInDir)(`${__dirname}/templates/static`, (0, _helper.getDestinationPath)(templateData.hyphenatedName));
}

9

dist/generators/test-unit/templates/configured/_package.json
{
"scripts": {
"test": "npm run lint && npm run test:headless",
"test:headless": "karma start",
"test:headless:watch": "karma start --auto-watch=true --single-run=false"
"test:headless": "web-test-runner",
"test:headless:watch": "web-test-runner --watch"
},

@@ -12,6 +12,5 @@ "dependencies": {

"@open-wc/testing": "^2",
"@open-wc/testing-karma": "^4",
"deepmerge": "^4",
"karma-sauce-launcher": "^4"
"@web/test-runner": "^0.13",
"@web/test-runner-saucelabs": "^0.6"
}
}

@@ -12,4 +12,3 @@

# debug or run a subset of local unit tests
# then navigate to `http://localhost:9876/debug.html`
npm run test:headless:watch
```
{
"name": "@brightspace-ui/create",
"version": "1.5.0",
"version": "1.6.0",
"description": "Initializer for Brightspace web components",

@@ -5,0 +5,0 @@ "repository": "https://github.com/BrightspaceUI/create.git",

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