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.0.1 to 1.0.2

dist/generators/default-content/templates/configured/_gitignore

1

dist/generators/default-content/index.js

@@ -44,3 +44,4 @@ "use strict";

});
(0, _helper.copyFile)(`${__dirname}/templates/configured/_gitignore`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/.gitignore`);
(0, _helper.copyFilesInDir)(`${__dirname}/templates/static`, (0, _helper.getDestinationPath)(templateData.hyphenatedName));
}

2

dist/generators/test-visual-diff/index.js

@@ -12,3 +12,3 @@ "use strict";

(0, _helper.mergeText)(`${__dirname}/templates/_README.md`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/README.md`);
(0, _helper.mergeText)(`${__dirname}/templates/.gitignore`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/.gitignore`);
(0, _helper.mergeText)(`${__dirname}/templates/_gitignore`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/.gitignore`);
(0, _helper.copyFile)(`${__dirname}/templates/_element.visual-diff.js`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/test/${templateData.hyphenatedName}.visual-diff.js`);

@@ -15,0 +15,0 @@ (0, _helper.replaceText)(`${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/test/${templateData.hyphenatedName}.visual-diff.js`, templateData);

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

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

# @brightspace-ui/create
[![NPM version](https://img.shields.io/npm/v/@brightspace-ui/create.svg)](https://www.npmjs.org/package/@brightspace-ui/create)
Initializer for Brightspace web components.

@@ -4,0 +6,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