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

cruftless

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

cruftless - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

CHANGES.md
# Changes
## 0.3.1
* Fixes a RelaxNG generation bug caused by comment binding
## 0.3.0

@@ -4,0 +8,0 @@

@@ -252,2 +252,4 @@ // Generated by CoffeeScript 2.5.1

return node.relaxng(ctx);
}).filter(function(node) {
return node != null;
})));

@@ -254,0 +256,0 @@ }

2

package.json
{
"name": "cruftless",
"version": "0.3.0",
"version": "0.3.1",
"description": "Yet another simple way to parse and generate XML",

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