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

@biesbjerg/ng2-translate-extract

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@biesbjerg/ng2-translate-extract - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

dist/parsers/pipe.parser.js

@@ -22,3 +22,3 @@ "use strict";

var collection = new translation_collection_1.TranslationCollection();
var regExp = new RegExp(/(['"`])([^\1]*?)\1\s*\|\s*translate/, 'g');
var regExp = new RegExp(/(['"`])([^\1\r\n]*?)\1\s*\|\s*translate/, 'g');
var matches;

@@ -25,0 +25,0 @@ while (matches = regExp.exec(template)) {

{
"name": "@biesbjerg/ng2-translate-extract",
"version": "0.3.2",
"version": "0.3.3",
"description": "Extract strings from projects using ng2-translate",

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

Sorry, the diff of this file is not supported yet

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