New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tml-js

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tml-js - npm Package Compare versions

Comparing version 1.0.2 to 1.0.7

4

lib/language.js

@@ -204,4 +204,4 @@ /**

if (!options.block_options.length){
return [this.getSourceName(options.current_source)];
if (!options.block_options || !options.block_options.length){
return [this.getSourceName(options.current_source || this.application.current_source)];
}

@@ -208,0 +208,0 @@

{
"name": "tml-js",
"description": "Translation Markup Language for JavaScript",
"version": "1.0.2",
"version": "1.0.7",
"author": {

@@ -6,0 +6,0 @@ "name": "Michael Berkovich",

@@ -13,2 +13,4 @@ <p align="center">

[![NPM](https://nodei.co/npm/tml-js.png?downloads=true)](https://nodei.co/npm/tml-js)
This library provides the core JavaScript classes for the Translation Markup Language.

@@ -26,2 +28,4 @@

* Watch our demo videos on YouTube: https://www.youtube.com/channel/UC7gLEbvNO1IKPv5dxwzR3Iw
* If you have any questions or suggestions, contact us: support@translationexchange.com

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