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

i18n-ini-loader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-ini-loader - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

1

example/package.json

@@ -11,4 +11,5 @@ {

"babel-preset-env": "^1.5.2",
"i18n-ini-loader": "^0.1.0",
"webpack": "^3.0.0"
}
}

2

example/webpack.config.js

@@ -9,3 +9,3 @@ const babelLoader = {

const i18nIniLoader = {
loader: '../index.js',
loader: 'i18n-ini-loader',
options: {

@@ -12,0 +12,0 @@ language: 'de'

{
"name": "i18n-ini-loader",
"version": "0.1.0",
"version": "0.1.1",
"description": "Webpack I18n loader based on .ini files.",

@@ -18,3 +18,13 @@ "main": "index.js",

"loader-utils": "^1.1.0"
}
},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/MarkTiedemann/i18n-ini-loader.git"
},
"bugs": {
"url": "https://github.com/MarkTiedemann/i18n-ini-loader/issues"
},
"homepage": "https://github.com/MarkTiedemann/i18n-ini-loader"
}

@@ -47,2 +47,7 @@ # i18n-ini-loader

}
// Note: Since the resulting output of the `i18n-ini-loader`
// uses ES6 template strings and arrow functions (see below),
// you may want to chain the `babel-loader` for ES5 support.
// Check out the `/example` directory for an example config.
```

@@ -61,3 +66,3 @@

`Component.js`
`Welcome.jsx`
```jsx

@@ -64,0 +69,0 @@ import { welcome, niceDay } from './messages.ini'

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