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

jangular

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jangular - npm Package Compare versions

Comparing version 0.1.25 to 0.1.26

7

lib/jangular.runtime.js

@@ -102,2 +102,9 @@ /**

attrValue = filters.shift();
// this will remove one time bindings (if only one value being evaled)
// note this won't work with a complex expression
if (attrValue && attrValue.substring(0, 2) === '::') {
attrValue = attrValue.substring(2);
}
preval = 'evaled = ' + attrValue + ';';

@@ -104,0 +111,0 @@

6

package.json
{
"name": "jangular",
"version": "0.1.25",
"version": "0.1.26",
"description": "JavaScript based templating engine for Angular",

@@ -21,8 +21,8 @@ "main": "lib/jangular.js",

"dependencies": {
"jyt": "^0.1.25"
"jyt": "^0.1.26"
},
"devDependencies": {
"gulp": "^3.8.10",
"taste": "^0.1.25"
"taste": "^0.1.27"
}
}
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