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

doctype-to-string

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doctype-to-string - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/index.js

10

package.json
{
"name": "doctype-to-string",
"version": "0.1.0",
"version": "0.1.1",
"description": "Convert a DOM DocumentType into a string, e.g. \"<!DOCTYPE html>\"",
"main": "index.js",
"main": "lib",
"scripts": {
"build": "babel -d lib src",
"prepublish": "npm run build",
"test": "ava"

@@ -11,4 +13,8 @@ },

"license": "CC0-1.0",
"files": [
"lib"
],
"devDependencies": {
"ava": "^1.0.0-beta.3",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",

@@ -15,0 +21,0 @@ "babel-register": "^6.26.0",

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