Socket
Socket
Sign inDemoInstall

pwoli

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pwoli - npm Package Compare versions

Comparing version 0.9.1-beta to 0.9.2-beta

1

lib/base/Widget.js

@@ -77,3 +77,2 @@ "use strict";

if (this.enablePjax) {
console.log('wrun');
yield Application_1.default.view.registerJs(`jQuery(document).on('submit', '#${this.options.id} form[data-pjax]', function(event){ jQuery.pjax.submit(event, {id: '${this.options.id}', container: '#${this.options.id}'})});`);

@@ -80,0 +79,0 @@ yield Application_1.default.view.registerJs(`jQuery(document).pjax('#${this.options.id} a', '#${this.options.id}');`);

2

lib/widgets/ListView.js

@@ -96,3 +96,3 @@ "use strict";

key,
index, widget: this }, this.viewParams));
index, widget: this }, this.viewParams), false);
else

@@ -99,0 +99,0 @@ content = this.itemView(model, key, index, this);

{
"name": "pwoli",
"version": "0.9.1-beta",
"version": "0.9.2-beta",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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