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

@aboutbits/internationalization

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aboutbits/internationalization - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

5

dist/index.js

@@ -0,1 +1,4 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = void 0;
var Internationalization = /** @class */ (function () {

@@ -13,2 +16,2 @@ function Internationalization(supportedLanguages, fallbackLanguage) {

}());
export { Internationalization as default };
exports.default = Internationalization;

6

package.json
{
"name": "@aboutbits/internationalization",
"version": "0.1.2",
"version": "0.1.3",
"description": "Internationalization",

@@ -22,4 +22,4 @@ "keywords": [

"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"version": "npm run lint:fix && git add -A src",
"prepublishOnly": "npm run test && npm run lint",
"version": "npm run test && npm run lint && git add -A src",
"postversion": "git push && git push --tags"

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