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.9 to 0.0.10

5

lib/jangular.js

@@ -209,4 +209,7 @@ /*

var attr = null, i = 0, len = 0, attrs = e.attributes, needsStripping = false;
var attr = null, i = 0, len = 0, attrs = (e ? e.attributes : null), needsStripping = false;
if ( e == null ) {
return e;
}
if (Jeff.Utils.isArray(e)) {

@@ -213,0 +216,0 @@ for (i = 0; i < e.length; i++) {

2

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