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.12 to 0.0.13

7

lib/jangular.js

@@ -37,2 +37,7 @@ /*

}
function removeClassBool(clazz) {
return function(e, val) {
return (val ? e : addClasses(e, clazz));
};
}

@@ -92,3 +97,3 @@ var evalAttributes = ['id', 'href', 'src', 'title', 'placeholder', 'popover', 'value', 'alt'];

'ng-selected': setAttributeBool('selected'),
'ng-show': addClassBool('ng-show'),
'ng-show': removeClassBool('ng-show'),
'ng-src': setAttribute('src'),

@@ -95,0 +100,0 @@ 'ng-srcset': setAttribute('srcset'),

2

package.json
{
"name": "jeff-jangular",
"version": "0.0.12",
"version": "0.0.13",
"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.",

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