Socket
Socket
Sign inDemoInstall

@atlassian/atlassian-soy-loader

Package Overview
Dependencies
314
Maintainers
18
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

.idea/atlassian-soy-loader.iml

4

expose-soy.js

@@ -10,3 +10,3 @@ const esprima = require('esprima');

return `// Exposed to window by expose-soy
${target} = ${target} || {};`
${target} = ${target} || {};`;
}

@@ -18,3 +18,3 @@

const namespace = esquery(ast, 'VariableDeclarator')[0].id.name;
return `

@@ -21,0 +21,0 @@ ${exposeNamespaceGlobally(namespace, dontExposeGlobally)}

@@ -57,3 +57,3 @@ const fs = require('fs');

if (queue.options.i18nBaseDir) {
args.push('--i18n-basedi', queue.options.i18nBaseDir);
args.push('--i18n-basedir', queue.options.i18nBaseDir);
}

@@ -60,0 +60,0 @@

{
"name": "@atlassian/atlassian-soy-loader",
"version": "2.2.0",
"version": "2.2.1",
"description": "Soy loader for webpack using the Atlassian Soy CLI compiler",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "https://bitbucket.org:atlassian/atlassian-soy-loader.git"
"url": "https://bitbucket.org/atlassian/atlassian-soy-loader.git"
},

@@ -41,3 +41,3 @@ "keywords": [

"dependencies": {
"@atlassian/soy-template-plugin-js": "^4.3.0",
"@atlassian/soy-template-plugin-js": "^4.5.0",
"esprima": "^2.6.0",

@@ -44,0 +44,0 @@ "esquery": "^0.4.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc