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
8
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 1.0.1 to 1.0.2

9

CHANGELOG.md

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

### [1.0.2](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.0.2..@atlassian/i18n-properties-loader@1.0.1) (2021-09-22)
- Update internal dependencies
### Bug Fixes
- rename configuration passed to schema validation util ([bb4b6a2](https://bitbucket.org/atlassianlabs/fe-server/commits/bb4b6a2791672a36b019ed7c99915cc8f77e308e))
- **release:** fix release script for the wrm package ([482efe2](https://bitbucket.org/atlassianlabs/fe-server/commits/482efe2d2262209926a775e56da3df6a89c54f95))
### [1.0.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.0.1..@atlassian/i18n-properties-loader@1.0.0) (2021-08-26)

@@ -8,0 +17,0 @@

2

index.js

@@ -126,3 +126,3 @@ /* eslint-env node */

const options = getOptions(this);
validate(optionsSchema, options, 'I18n Loader');
validate(optionsSchema, options, { name: 'i18n-properties-loader' });

@@ -129,0 +129,0 @@ const { i18nFiles = [], disabled = false } = options;

{
"name": "@atlassian/i18n-properties-loader",
"version": "1.0.1",
"version": "1.0.2",
"description": "A webpack loader for i18n *.properties files that can be used in Atlassian Server products",

@@ -16,2 +16,4 @@ "main": "index.js",

"precommit": "lint-staged",
"test": "jest --verbose",
"test:watch": "jest --watch --verbose",
"test:ci": "../../node_modules/.bin/tav --verbose",

@@ -21,3 +23,3 @@ "test:ci:jest": "node ./tests/webpack-version.js && ../../node_modules/.bin/jest -ci",

"test:webpack-4": "../../node_modules/tav webpack '~4.0.1 || ^4.46' 'npm run test:ci:jest'",
"test:webpack-5": "../../node_modules/tav webpack '~5.0.0 || ^5.43' 'npm run test:ci:jest'"
"test:webpack-5": "../../node_modules/tav webpack '~5.0.0 || ^5.53.0' 'npm run test:ci:jest'"
},

@@ -58,3 +60,3 @@ "keywords": [

},
"gitHead": "28cc94a99f283dc49fa49a681e7717c4f4c84405"
"gitHead": "e9d9b434ee23a9069d9e988c0751c96121e23827"
}
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