Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

saxen

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.5.0 to 5.6.0

3

CHANGELOG.md

@@ -11,5 +11,4 @@ # Changelog

* `FEAT`: expose `getContext` on all hooks [`528cd1c0`](https://github.com/nikku/saxen/commit/528cd1c0bbc1f2a76812b626cce87b3362ab1bb3)
* `FEAT`: expose `getContext` on all hooks [`634857b0`](https://github.com/nikku/saxen/commit/634857b0db8ac91d87520dfa6314cb67a4d05e5f)
## 5.4.1

@@ -16,0 +15,0 @@

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

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

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

@@ -388,2 +388,7 @@ 'use strict';

if (attrs[name]) {
handleError('attribute <' + name + '> already defined');
return cachedAttrs = false;
}
if (!isNamespace) {

@@ -390,0 +395,0 @@ attrs[name] = value;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc