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

dombie

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dombie - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

test/fixtures/script.html

2

dombie.js

@@ -7,3 +7,3 @@ var sax = require('sax');

var parser = sax.parser(strict, {
lowercase: true,
lowercase: true
});

@@ -10,0 +10,0 @@

{
"name": "dombie",
"version": "0.0.0",
"version": "0.0.1",
"description": "simple dom for xml/html",
"main": "dombie.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha"
},

@@ -21,4 +21,4 @@ "repository": {

"dependencies": {
"sax": "0.4.2"
"sax": "git://github.com/shtylman/sax-js.git#23bad4"
}
}
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