Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 0.1.4

src/index.d.ts

15

package.json
{
"name": "doctype-to-string",
"version": "0.1.3",
"version": "0.1.4",
"description": "Convert a DOM DocumentType into a string, e.g. \"<!DOCTYPE html>\"",
"keywords": [
"dom"
],
"homepage": "https://code.treora.com/gerben/doctype-to-string",
"repository": {

@@ -9,6 +13,8 @@ "type": "git",

},
"main": "lib",
"main": "lib/index.js",
"module": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"build": "babel -d lib src",
"postpublish": "publish-to-git --force && publish-to-git --force --tag latest",
"postpublish": "publish-to-git --force",
"prepublish": "npm run build",

@@ -20,3 +26,4 @@ "test": "ava"

"files": [
"lib"
"lib",
"src"
],

@@ -23,0 +30,0 @@ "devDependencies": {

@@ -11,2 +11,4 @@ # doctype-to-string

..or
npm install doctype-to-string@latest

@@ -13,0 +15,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