New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nut

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nut - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

8

nut.js
/*
nut, the concise CSS selector engine
Version : 0.1.15
Version : 0.1.16
Author : Aurélien Delogu (dev@dreamysource.fr)

@@ -61,3 +61,3 @@ Homepage : https://github.com/pyrsmk/nut

var node=document.getElementById(selector);
if(node===null){
if(!node){
return [];

@@ -156,4 +156,3 @@ }

// Init vars
var nodes=[],
context,
var context,
local_contexts,

@@ -163,2 +162,3 @@ future_local_contexts,

elements,
nodes,
i=-1,

@@ -165,0 +165,0 @@ j,k,l,m,n,o,

{
"name" : "nut",
"description" : "The concise CSS selector engine",
"version" : "0.1.15",
"version" : "0.1.16",
"author" : "Aurélien Delogu <pyrsmk@dreamysource.fr> (http://dreamysource.fr)",

@@ -6,0 +6,0 @@ "repository" : {

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