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 2.0.0 to 2.1.0

17

dist/generators/default-content/index.js

@@ -29,11 +29,10 @@ "use strict";

>
> - [ ] [Design organization buy-in](https://github.com/BrightspaceUI/guide/wiki/Before-you-build#working-with-design)
> - [ ] [design.d2l entry](http://design.d2l/)
> - [ ] [Architectural sign-off](https://github.com/BrightspaceUI/guide/wiki/Before-you-build#web-component-architecture)
> - [ ] [Continuous integration](https://github.com/BrightspaceUI/guide/wiki/Testing#testing-continuously-with-travis-ci)
> - [ ] [Cross-browser testing](https://github.com/BrightspaceUI/guide/wiki/Testing#cross-browser-testing-with-sauce-labs)
> - [ ] [Unit tests](https://github.com/BrightspaceUI/guide/wiki/Testing#testing-with-polymer-test) (if applicable)
> - [ ] [Accessibility tests](https://github.com/BrightspaceUI/guide/wiki/Testing#automated-accessibility-testing-with-axe)
> - [ ] [Visual diff tests](https://github.com/BrightspaceUI/visual-diff)
> - [ ] [Localization](https://github.com/BrightspaceUI/guide/wiki/Localization) with Serge (if applicable)
> - [ ] [Design organization buy-in](https://daylight.d2l.dev/developing/creating-component/before-building/#working-with-design)
> - [ ] [Architectural sign-off](https://daylight.d2l.dev/developing/creating-component/before-building/#web-component-architecture)
> - [ ] [Continuous integration](https://daylight.d2l.dev/developing/testing/tools/#continuous-integration)
> - [ ] [Cross-browser testing](https://daylight.d2l.dev/developing/testing/cross-browser/)
> - [ ] [Unit tests](https://daylight.d2l.dev/developing/testing/tools/) (if applicable)
> - [ ] [Accessibility tests](https://daylight.d2l.dev/developing/testing/accessibility/)
> - [ ] [Visual diff tests](https://daylight.d2l.dev/developing/testing/visual-difference/)
> - [ ] Localization with Serge (if applicable)
> - [ ] Demo page

@@ -40,0 +39,0 @@ > - [ ] README documentation\n` : '';

@@ -15,5 +15,3 @@ "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.js`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/web-test-runner.sauce.config.js`);
(0, _helper.replaceText)(`${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/web-test-runner.sauce.config.js`, templateData);
(0, _helper.copyFilesInDir)(`${__dirname}/templates/static`, (0, _helper.getDestinationPath)(templateData.hyphenatedName));
}

@@ -11,3 +11,3 @@ export default {

testRunnerHtml: testFramework =>
`<html>
`<html lang="en">
<body>

@@ -14,0 +14,0 @@ <script src="node_modules/@brightspace-ui/core/tools/resize-observer-test-error-handler.js"></script>

{
"name": "@brightspace-ui/create",
"version": "2.0.0",
"version": "2.1.0",
"description": "Initializer for Brightspace web components",

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

@@ -20,6 +20,6 @@ # @brightspace-ui/create

* Project boilerplate including: README, .editorconfig, .gitignore, package.json, CODEOWNERS and LICENSE (Apache-2.0)
* LitElement component scaffold
* Lit component scaffold
* Demo
* Linting (JavaScript, Style, Lit)
* Unit tests with SauceLabs cross-browser testing
* Unit tests with cross-browser testing
* Continuous Integration using GitHub Actions

@@ -26,0 +26,0 @@ * Dependabot

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