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.1.0 to 0.1.2

CHANGES.md

2

lib/cruftless.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.3.2
// Generated by CoffeeScript 2.4.1
(function() {

@@ -3,0 +3,0 @@ var _;

{
"name": "cruftless",
"version": "0.1.0",
"version": "0.1.2",
"description": "Yet another simple way to parse and generate XML",

@@ -10,4 +10,6 @@ "main": "lib/cruftless.js",

"prepare": "coffee -c -o ./lib ./src",
"compile:test": "coffee -c -o ./build/test ./test",
"readme": "runmd --output=./README.md ./README.js.md"
},
"repository": "github:wspringer/cruftless",
"author": "Wilfred Springer",

@@ -22,7 +24,7 @@ "license": "MIT",

"devDependencies": {
"coffeescript": "^2.3.2",
"jest": "^23.6.0",
"jest-preset-coffeescript": "^1.0.0",
"coffeescript": "^2.4.1",
"jest": "^24.9.0",
"jest-preset-coffeescript": "^1.1.1",
"runmd": "^1.0.1"
}
}

@@ -16,6 +16,8 @@ ```javascript --hide

[![Greenkeeper badge](https://badges.greenkeeper.io/wspringer/cruftless.svg)](https://greenkeeper.io/)
## Yet another XML binding framework?
I hate to say this, but: 'yes'. Or, perhaps: 'no'. Because Cruftless is not really an XML binding framework as you know it. It's almost more like Handlebars. But where Handlebars allows you to only *generate* documents, Cruftless also allows you to *parse* documents.
I hate to say this, but: 'yes'. Or, perhaps: 'no'. Because Cruftless is not really an XML binding framework as you know it. It's almost more like Handlebars. But where Handlebars allows you to only *generate* documents, Cruftless also allows you to *extract* data from documents.

@@ -22,0 +24,0 @@ ## Building XML documents

@@ -11,6 +11,8 @@ <!--

[![Greenkeeper badge](https://badges.greenkeeper.io/wspringer/cruftless.svg)](https://greenkeeper.io/)
## Yet another XML binding framework?
I hate to say this, but: 'yes'. Or, perhaps: 'no'. Because Cruftless is not really an XML binding framework as you know it. It's almost more like Handlebars. But where Handlebars allows you to only *generate* documents, Cruftless also allows you to *parse* documents.
I hate to say this, but: 'yes'. Or, perhaps: 'no'. Because Cruftless is not really an XML binding framework as you know it. It's almost more like Handlebars. But where Handlebars allows you to only *generate* documents, Cruftless also allows you to *extract* data from documents.

@@ -17,0 +19,0 @@ ## Building XML documents

module.exports = function (wallaby) {
return {

@@ -12,3 +12,3 @@ files: [

],
env: {

@@ -25,2 +25,2 @@ type: 'node',

};
};
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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