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

@atlassian/i18n-properties-loader

Package Overview
Dependencies
Maintainers
28
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassian/i18n-properties-loader - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0-alpha.0

.tav.yml

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## 0.10.0-alpha.0 (2021-01-13)
- feat: SPFE-268 Add support for webpack 5 ([5a8b215](https://bitbucket.org/atlassianlabs/fe-server/commits/5a8b215))
## 0.9.0 (2020-06-25)

@@ -8,0 +12,0 @@

14

package.json
{
"name": "@atlassian/i18n-properties-loader",
"version": "0.9.0",
"version": "0.10.0-alpha.0",
"description": "A webpack loader for i18n *.properties files that can be used in Atlassian Server products",

@@ -15,3 +15,7 @@ "main": "index.js",

"precommit": "lint-staged",
"test": "jest -ci"
"test:ci": "tav",
"test:ci:jest": "node ./tests/webpack-version.js jest -ci",
"//": "When updating the webpack version ranges to the latest please remember to update ranges in .tav.yml file",
"test:webpack-4": "tav webpack '~4.0.1 || ^4.46' 'npm run test:ci:jest'",
"test:webpack-5": "tav webpack '~5.0.0 || ^5.13' 'npm run test:ci:jest'"
},

@@ -44,5 +48,7 @@ "keywords": [

"peerDependencies": {
"webpack": "^4.0.0"
"webpack": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"jest": "^26.1.0",
"test-all-versions": "^5.0.1",
"webpack": "^4.43.0",

@@ -54,3 +60,3 @@ "webpack-cli": "^3.3.12"

},
"gitHead": "694b71f148b64224bdbbff58ece9d303ac546b08"
"gitHead": "92299a8103a8397d19b85ac95ef0c618a3df5717"
}

@@ -124,5 +124,5 @@ # @atlassian/i18n-properties-loader

This plugin has been built to work with the following versions of the external build tools:
This plugin is compatible with:
- webpack 4+
- webpack 4.0+ and 5.0+
- Node 10+
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