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

react-intl-po

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intl-po - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

8

package.json
{
"name": "react-intl-po",
"version": "1.0.4",
"version": "1.0.5",
"description": "Extract POT from react-intl and convert back to json.",

@@ -46,10 +46,10 @@ "author": "Michael Hsu",

"babel-cli": "^6.7.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"babel-register": "^6.8.0",
"codecov": "^1.0.1",
"eslint": "^2.7.0",
"lint-config-m": "^1.1.0",
"lint-config-m": "^1.1.1",
"nyc": "^6.4.0"

@@ -56,0 +56,0 @@ },

@@ -16,19 +16,19 @@ import fs from 'fs';

fs.readFileSync(output, 'utf8'),
'#: ./messages/src/containers/App/App.json' + '\n' +
'#. [App.Creator] - Creator' + '\n' +
'#: ./messages/src/containers/NotFound/messages.json' + '\n' +
'#. [NotFound.Creator] - Creator' + '\n' +
'msgid "Creator"' + '\n' +
'msgstr ""' + '\n\n' +
'#: ./messages/src/containers/App/App.json' + '\n' +
'#. [App.errorButton] - Click error Button' + '\n' +
'#: ./messages/src/containers/NotFound/messages.json' + '\n' +
'#. [NotFound.errorButton] - Click error Button' + '\n' +
'msgid "Go to MCS website"' + '\n' +
'msgstr ""' + '\n\n' +
'#: ./messages/src/containers/App/App.json' + '\n' +
'#. [App.errorMessage] - The error message when api response as 404 not found' + '\n' +
'msgid "The device is now private or deleted."' + '\n' +
'msgstr ""' + '\n',
'#: ./messages/src/containers/App/App.json\n' +
'#. [App.Creator] - Creator\n' +
'#: ./messages/src/containers/NotFound/messages.json\n' +
'#. [NotFound.Creator] - Creator\n' +
'msgid "Creator"\n' +
'msgstr ""\n\n' +
'#: ./messages/src/containers/App/App.json\n' +
'#. [App.errorButton] - Click error Button\n' +
'#: ./messages/src/containers/NotFound/messages.json\n' +
'#. [NotFound.errorButton] - Click error Button\n' +
'msgid "Go to MCS website"\n' +
'msgstr ""\n\n' +
'#: ./messages/src/containers/App/App.json\n' +
'#. [App.errorMessage] - The error message when api response as 404 not found\n' +
'msgid "The device is now private or deleted."\n' +
'msgstr ""\n',
);
});

@@ -26,9 +26,9 @@ import test from 'ava';

}),
'#: ./messages/src/containers/App/App.json' + '\n' +
'#. [App.errorButton] - Click error Button' + '\n' +
'#: ./messages/src/containers/NotFound/messages.json' + '\n' +
'#. [NotFound.errorButton] - Click error Button' + '\n' +
'msgid "Go to MCS website"' + '\n' +
'msgstr ""' + '\n',
'#: ./messages/src/containers/App/App.json\n' +
'#. [App.errorButton] - Click error Button\n' +
'#: ./messages/src/containers/NotFound/messages.json\n' +
'#. [NotFound.errorButton] - Click error Button\n' +
'msgid "Go to MCS website"\n' +
'msgstr ""\n',
);
});
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