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

gettext-extractor-vue

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gettext-extractor-vue - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

fixtures/attributes_duplicate.vue

13

fixtures/all.vue.json

@@ -14,3 +14,3 @@ [

"context": null,
"references": ["fixtures/attributes.vue:2", "fixtures/complete_file.vue:5"],
"references": ["fixtures/complete_file.vue:5", "fixtures/attributes.vue:2"],
"comments": []

@@ -26,2 +26,9 @@ },

{
"text": "attribute-in-subtree",
"textPlural": null,
"context": null,
"references": ["fixtures/attributes_duplicate.vue:2"],
"comments": []
},
{
"text": "event",

@@ -31,6 +38,6 @@ "textPlural": null,

"references": [
"fixtures/attributes.vue:5",
"fixtures/events.vue:2",
"fixtures/complete_file.vue:2",
"fixtures/complete_file.vue:5"
"fixtures/complete_file.vue:5",
"fixtures/attributes.vue:5"
],

@@ -37,0 +44,0 @@ "comments": []

@@ -18,7 +18,17 @@ const fs = require('fs');

const compiled = compiler.compile(source.template.content);
snippets.push({
code: compiler.compile(source.template.content).render,
code: compiled.render,
filename,
line: count + 1,
});
compiled.staticRenderFns.forEach(fn => {
snippets.push({
code: fn,
filename,
line: count + 1,
});
});
}

@@ -25,0 +35,0 @@

{
"name": "gettext-extractor-vue",
"version": "3.0.0",
"version": "3.0.1",
"description": "Extend gettext-extractor with the possibility to parse `.vue` files",

@@ -5,0 +5,0 @@ "main": "index.js",

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