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

@brightspace-ui/labs

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-ui/labs - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

src/components/status-icon/README.md

6

package.json

@@ -16,2 +16,3 @@ {

"./components/pager-numeric.js": "./src/components/pagination/pager-numeric.js",
"./components/status-icon.js": "./src/components/status-icon/status-icon.js",
"./controllers/computed-value.js": "./src/controllers/computed-values/computed-value.js",

@@ -28,4 +29,5 @@ "./controllers/computed-values.js": "./src/controllers/computed-values/computed-values.js",

"start": "web-dev-server --node-resolve --open --watch",
"test": "npm run lint && npm run test:translations && npm run test:unit",
"test": "npm run lint && npm run test:translations && npm run test:unit && npm run test:axe",
"test:translations": "mfv -e -i untranslated",
"test:axe": "d2l-test-runner axe --chrome",
"test:unit": "d2l-test-runner",

@@ -56,3 +58,3 @@ "test:vdiff": "d2l-test-runner vdiff"

},
"version": "2.0.0"
"version": "2.1.0"
}

@@ -39,2 +39,5 @@ # @brightspace-ui/labs

# accessibility tests
npm run test:axe
# unit tests

@@ -41,0 +44,0 @@ npm run test:unit

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