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

@actra-development-oss/ng-i18n-aot-loader

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actra-development-oss/ng-i18n-aot-loader - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

index.js

@@ -33,2 +33,3 @@ /**

const htmlParser = new compiler.HtmlParser();
const escape = require('escape-html');

@@ -121,3 +122,3 @@

return ast.name.match(/^i18n(-.+)?$/) ? '' : ast.name + (value.length ? '="' + value + '"' : '');
return ast.name.match(/^i18n(-.+)?$/) ? '' : ast.name + (value.length ? '="' + escape(value) + '"' : '');
}

@@ -260,2 +261,2 @@

return result;
};
};

7

package.json

@@ -11,3 +11,3 @@ {

"license": "MIT",
"version": "1.0.2",
"version": "1.0.3",
"author": {

@@ -32,3 +32,4 @@ "name": "Gabriel Schuster - actra.development",

"@angular/core": "4.2.5",
"@angular/compiler": "4.2.5"
"@angular/compiler": "4.2.5",
"escape-html": "1.0.3"
},

@@ -45,2 +46,2 @@ "files": [

"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