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

jeff-jangular

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jeff-jangular - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

7

lib/jangular.js

@@ -237,6 +237,5 @@ /*

function getDirectiveScope(model, directiveName, val) {
var directiveNameCamel = dashToCamelCase(directiveName);
function getDirectiveScope(model, attrValue, val) {
model.$watch = function(name, fn) {
if ( name === directiveNameCamel ) {
if ( name === attrValue ) {
fn(val);

@@ -342,3 +341,3 @@ } else {

// getDirectiveElement and getDirectiveAttrs wraps e/attrs, allows methods $observe, $set, etc
angularTransforms[attrNormal](getDirectiveScope(currentModel, attrNormal, evaled), getDirectiveElement(e),
angularTransforms[attrNormal](getDirectiveScope(currentModel, attrValue, evaled), getDirectiveElement(e),
getDirectiveAttrs(e, attrNormal, evaled), evaled);

@@ -345,0 +344,0 @@ }

{
"name": "jeff-jangular",
"version": "0.0.22",
"version": "0.0.23",
"main": "lib/jangular.js",

@@ -5,0 +5,0 @@ "description": "A plugin for jeff.js that allows you to render pages from server-side jeff templates that contain angular syntax.",

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