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.29 to 0.4.31

13

lib/index.js

@@ -47,7 +47,3 @@ /**

if (typeof define === 'function' && define.amd) {
//console.log('amd load');
define([], factory);
}
else if (typeof exports === 'object') {
if ( typeof exports === 'object' ) {
//console.log('exports load', module);

@@ -57,3 +53,8 @@ module.exports = factory();

}
else {
else if ( typeof define === 'function' && define.amd ) {
//console.log('amd load');
define( [], factory );
}
else
{
//console.log('global load');

@@ -60,0 +61,0 @@ addToRoot(factory());

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

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

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