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

tml-js-browser

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tml-js-browser - npm Package Compare versions

Comparing version 0.4.21 to 0.4.24

6

lib/cache_adapters/browser.js

@@ -116,4 +116,6 @@ /**

getRequest: function() {
if (!this.ajax)
this.ajax = new tml.config.getApiAdapter('ajax');
if (!this.ajax) {
var adapter = tml.config.getApiAdapter('ajax');
this.ajax = new adapter();
}

@@ -120,0 +122,0 @@ return this.ajax;

@@ -42,3 +42,3 @@ /**

tml = tml.utils.extend(tml, {
version: '0.4.3',
version: '/* @echo VERSION */',

@@ -155,3 +155,4 @@ app: null,

locale: options.current_locale,
source: options.current_source
source: options.current_source,
languages: tml.app.languages
}, function () {

@@ -158,0 +159,0 @@ if (callback) callback();

{
"name": "tml-js-browser",
"description": "Translation plugin for browsers.",
"version": "0.4.21",
"version": "0.4.24",
"author": {

@@ -65,2 +65,3 @@ "name": "Michael Berkovich",

"grunt-mocha-test": "~0.12.7",
"grunt-preprocess": "^5.0.1",
"karma": "~0.12.37",

@@ -78,2 +79,2 @@ "mocha": "~2.3.2",

}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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