New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@brightspace-ui/intl

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/intl - npm Package Compare versions

Comparing version 3.10.0 to 3.11.0

6

package.json
{
"name": "@brightspace-ui/intl",
"version": "3.10.0",
"version": "3.11.0",
"description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.",

@@ -8,2 +8,3 @@ "main": "lib/number.js",

"lint": "eslint . --ext .js",
"start": "web-dev-server --node-resolve --watch --open /demo/",
"test:unit": "concurrently -p name -n serve,test -s first -k \"http-server -p 8080 . -s\" \"mocha-headless-chrome -f http://localhost:8080/test/index.html -a no-sandbox -a disable-setuid-sandbox\"",

@@ -41,2 +42,3 @@ "test": "npm run lint -s && npm run test:unit -s"

"@babel/eslint-parser": "^7",
"@web/dev-server": "^0.1.33",
"chai": "^4",

@@ -46,3 +48,3 @@ "concurrently": "^7",

"eslint-config-brightspace": "^0.18",
"eslint-plugin-html": "^6",
"eslint-plugin-html": "^7",
"eslint-plugin-import": "^2",

@@ -49,0 +51,0 @@ "eslint-plugin-sort-class-members": "^1",

@@ -261,2 +261,12 @@ # intl

## Running the test harness
Start a [@web/dev-server](https://modern-web.dev/docs/dev-server/overview/) that hosts the test harness:
```shell
npm start
```
This will let you test the intl library in a browser, and will update live with any changes.
## Contributing

@@ -263,0 +273,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