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

angular-message-format

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-message-format - npm Package Compare versions

Comparing version 1.7.4 to 1.7.5

4

angular-message-format.js
/**
* @license AngularJS v1.7.4
* @license AngularJS v1.7.5
* (c) 2010-2018 Google, Inc. http://angularjs.org

@@ -1059,3 +1059,3 @@ * License: MIT

var module = window['angular']['module']('ngMessageFormat', ['ng']);
module['info']({ 'angularVersion': '1.7.4' });
module['info']({ 'angularVersion': '1.7.5' });
module['factory']('$$messageFormat', $$MessageFormatFactory);

@@ -1062,0 +1062,0 @@ module['config'](['$provide', function($provide) {

/*
AngularJS v1.7.4
AngularJS v1.7.5
(c) 2010-2018 Google, Inc. http://angularjs.org

@@ -24,4 +24,4 @@ License: MIT

a.h,a.f,this.text);0===this.j.length&&(this.b=this.w(this.text.substring(this.l,a.index)),this.b.exp=this.text.substring(this.l,a.index),this.b.expressions=this.b.expressions,this.a=null,this.a=this.ya)}else if(null!=A(b))this.j.unshift(b);else{var c=E(b);null==c&&this.r();if(0<this.j.length){if(c===this.j[0]){this.j.shift();return}a=f(this.text,this.index);throw e("badexpr",b,a.h,a.f,A(this.j[0]),this.text);}this.index=a.index;this.b=this.w(this.text.substring(this.l,this.index));this.b.exp=this.text.substring(this.l,
this.index);this.b.expressions=this.b.expressions;this.a=null}};var S=["$$messageFormat","$delegate",function(a,b){if("{{"!==b.startSymbol()||"}}"!==b.endSymbol())throw e("nochgmustache");var c=a.interpolate;c.startSymbol=b.startSymbol;c.endSymbol=b.endSymbol;return c}],e,q,C,k=l.angular.module("ngMessageFormat",["ng"]);k.info({angularVersion:"1.7.4"});k.factory("$$messageFormat",["$parse","$locale","$sce","$exceptionHandler",function(a,b,c,f){function g(a,b,d){return function(g){try{return g=a?c.getTrusted(a,
this.index);this.b.expressions=this.b.expressions;this.a=null}};var S=["$$messageFormat","$delegate",function(a,b){if("{{"!==b.startSymbol()||"}}"!==b.endSymbol())throw e("nochgmustache");var c=a.interpolate;c.startSymbol=b.startSymbol;c.endSymbol=b.endSymbol;return c}],e,q,C,k=l.angular.module("ngMessageFormat",["ng"]);k.info({angularVersion:"1.7.5"});k.factory("$$messageFormat",["$parse","$locale","$sce","$exceptionHandler",function(a,b,c,f){function g(a,b,d){return function(g){try{return g=a?c.getTrusted(a,
g):c.valueOf(g),b&&void 0===g?g:C(g)}catch(h){f(e.interr(d,h))}}}return{interpolate:function(c,e,f,h){c=new d(c,0,a,b.pluralCat,g(f,h,c),e,f,h);c.Ba(c.va);return c.d}}}]);k.config(["$provide",function(a){e=l.angular.$interpolateMinErr;q=l.angular.noop;C=l.angular.$$stringify;a.decorator("$interpolate",S)}])})(window,window.Fa);
//# sourceMappingURL=angular-message-format.min.js.map
{
"name": "angular-message-format",
"version": "1.7.4",
"version": "1.7.5",
"main": "./angular-message-format.js",
"ignore": [],
"dependencies": {
"angular": "1.7.4"
"angular": "1.7.5"
}
}
{
"name": "angular-message-format",
"version": "1.7.4",
"version": "1.7.5",
"description": "AngularJS module for plural and gender MessageFormat extensions $interpolate/interpolations",

@@ -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