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

bobril-g11n

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bobril-g11n - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

dist/index.html

4

CHANGELOG.md
# CHANGELOG
## 4.4.1
Fix regression with number/boolean parameters.
## 4.4.0

@@ -4,0 +8,0 @@

@@ -0,0 +0,0 @@ export * from './src/msgFormatParser';

3

package.json
{
"name": "bobril-g11n",
"version": "4.4.0",
"version": "4.4.1",
"description": "Bobril globalization",
"main": "index.js",
"types": "index.d.ts",
"typescript": {

@@ -8,0 +7,0 @@ "main": "index.ts"

@@ -0,0 +0,0 @@ # bobril-g11n

@@ -0,0 +0,0 @@ export interface ILocaleRules {

@@ -0,0 +0,0 @@ import { ILocaleRules } from "./localeDataStorage";

@@ -0,0 +0,0 @@ export class RuntimeFunctionGenerator {

@@ -206,3 +206,3 @@ import * as moment from "moment";

export function f(message: string | DelayedMessage | SerializableDelayedMessage, params?: Object): string {
if (typeof message === "string" && params === undefined) return message;
if (typeof message !== "object" && params === undefined) return message;
return t(message, params);

@@ -209,0 +209,0 @@ }

@@ -36,3 +36,3 @@ {

"node_modules/bobril/jsx.d.ts",
"C:/Users/boris/.bbcore/tools/jasmine.d.ts"
"C:/Users/b.letocha/.bbcore/tools/jasmine.d.ts"
],

@@ -39,0 +39,0 @@ "include": [

Sorry, the diff of this file is not supported yet

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