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

typed-html

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-html - npm Package Compare versions

Comparing version 0.3.3 to 0.4.0

17

package.json
{
"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

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