typed-html
Advanced tools
Comparing version 0.3.3 to 0.4.0
{ | ||
"name": "typed-html", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "", | ||
"main": "src/elements.js", | ||
"typings": "src/elements.tsx", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nicojs/typed-html" | ||
}, | ||
"scripts": { | ||
@@ -18,4 +22,9 @@ "prebuild": "node tasks/clean.js", | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"keywords": [ | ||
"typescript", | ||
"html", | ||
"typesafe", | ||
"template" | ||
], | ||
"author": "Nico Jansen <jansennico@gmail.com>", | ||
"license": "ISC", | ||
@@ -31,4 +40,4 @@ "devDependencies": { | ||
"tslint": "^5.0.0", | ||
"typescript": "^2.2.2" | ||
"typescript": "^2.5.2" | ||
} | ||
} |
@@ -0,5 +1,5 @@ | ||
"use strict"; | ||
/// <reference path="./jsx/element-types.d.ts" /> | ||
/// <reference path="./jsx/events.d.ts" /> | ||
/// <reference path="./jsx/intrinsic-elements.d.ts" /> | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -6,0 +6,0 @@ var os = require("os"); |
@@ -258,3 +258,10 @@ declare namespace JSX { | ||
interface HtmlScriptTag extends HtmlTag { | ||
src?: string; type?: string; charset?: string; async?: string; defer?: string; crossorigin?: string; text?: string; | ||
src?: string; | ||
type?: string; | ||
charset?: string; | ||
async?: string; | ||
defer?: string; | ||
crossorigin?: string; | ||
integrity?: string; | ||
text?: string; | ||
} | ||
@@ -261,0 +268,0 @@ |
Sorry, the diff of this file is not supported yet
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
34577
660
1
0