Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

html-normalizer

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-normalizer - npm Package Compare versions

Comparing version 0.0.4 to 1.0.4

3

karma.conf.js

@@ -33,5 +33,6 @@ 'use strict';

browserify: {
debug: true
debug: true,
transform: [ 'babelify', 'hintify' ]
}
});
};
{
"name": "html-normalizer",
"version": "0.0.4",
"version": "1.0.4",
"description": "Used to normalize html and jsx to strings so they can be used in assertions.",

@@ -27,6 +27,6 @@ "main": "lib/index.js",

"devDependencies": {
"babel": "^5.1.13",
"babel": "5.1.13",
"babelify": "6.0.2",
"chai": "2.3.0",
"core-js": "^0.9.4",
"core-js": "0.9.4",
"hintify": "0.1.0",

@@ -39,12 +39,6 @@ "karma": "0.12.31",

"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-phantomjs-launcher": "0.1.4",
"mocha": "2.2.4",
"uglifyjs": "2.4.10"
},
"browserify": {
"transform": [
"babelify",
"hintify"
]
},
"dependencies": {

@@ -51,0 +45,0 @@ "react": "0.13.2"

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