Socket
Socket
Sign inDemoInstall

nwsapi

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nwsapi - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

package.json
{
"name": "nwsapi",
"version": "2.0.4",
"version": "2.0.5",
"description": "Fast CSS Selectors API Engine",

@@ -5,0 +5,0 @@ "homepage": "http://javascript.nwbox.com/nwsapi/",

@@ -8,5 +8,5 @@ /*

* Author: Diego Perini <diego.perini at gmail com>
* Version: 2.0.4
* Version: 2.0.5
* Created: 20070722
* Release: 20180618
* Release: 20180710
*

@@ -34,3 +34,3 @@ * License:

var version = 'nwsapi-2.0.4',
var version = 'nwsapi-2.0.5',

@@ -293,9 +293,8 @@ doc = global.document,

function(context, ident, list, type) {
var c, i, j, k, l, m, els, test;
var c, i, j, k, l, els, test;
if (!list) { return false; }
l = list.length;
k = ident.length;
m = method[type];
for (i = 0; k > i; ++i) {
els = context[m](ident[i]);
els = compat[type](context, ident[i]);
if (!els) continue;

@@ -302,0 +301,0 @@ test = toArray(els);

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