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

@email-types/data

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@email-types/data - npm Package Compare versions

Comparing version 1.0.0-canary.3 to 1.0.0-canary.4

dist/common.d.ts

15

CHANGELOG.md

@@ -6,2 +6,17 @@ # Change Log

## 1.0.0-canary.4 - 2019-12-16
#### 🚀 Updates
- Doctypes api and verification (#13)
([61539b8](https://github.com/email-types/email-types/commit/61539b8)), closes
[#13](https://github.com/email-types/email-types/issues/13)
**Note:** Version bump only for package @email-types/data
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.0-canary.3 - 2019-12-03

@@ -8,0 +23,0 @@

2

dist/index.d.ts
export * from './mso';
export * from './misc/doctypes';
export * from './html/doctypes';
export * from './utils/create';

@@ -12,3 +12,3 @@ "use strict";

var _doctypes = require("./misc/doctypes");
var _doctypes = require("./html/doctypes");

@@ -15,0 +15,0 @@ Object.keys(_doctypes).forEach(function (key) {

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

export * from './dist/misc/doctypes';
export * from './dist/html/doctypes';
export * from './dist/html/doctypes.types';

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

module.exports = require('./dist/misc/doctypes');
module.exports = require('./dist/html/doctypes');
{
"name": "@email-types/data",
"version": "1.0.0-canary.3",
"version": "1.0.0-canary.4",
"description": "@email-types/data",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"license": "MIT",
"gitHead": "140cc6527f444423c728a1d71018eb73c7e796a7"
"gitHead": "e9dd9f2364e3b1ac48958c57bbed34f9418746fc"
}
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