Socket
Socket
Sign inDemoInstall

saxen

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saxen - npm Package Compare versions

Comparing version 5.6.0 to 5.6.1

2

package.json

@@ -17,3 +17,3 @@ {

],
"version": "5.6.0",
"version": "5.6.1",
"main": "./parser.js",

@@ -20,0 +20,0 @@ "bugs": {

@@ -310,2 +310,3 @@ 'use strict';

attrs = {},
seenAttrs = {},
w,

@@ -389,7 +390,10 @@ j;

if (attrs[name]) {
handleError('attribute <' + name + '> already defined');
// check attribute re-declaration
if (name in seenAttrs) {
handleWarning('attribute <' + name + '> already defined');
return cachedAttrs = false;
}
seenAttrs[name] = true;
if (!isNamespace) {

@@ -396,0 +400,0 @@ attrs[name] = value;

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