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

noliter

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noliter - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

dist/Noliter.d.ts

@@ -6,3 +6,3 @@ declare type TagNames = keyof HTMLElementTagNameMap;

constructor(tagName: K);
append(...children: (string | Node | Noliter<K>)[]): this;
append(...children: (string | Node | Noliter<TagNames>)[]): this;
attrs(...attributes: Primitive[]): this;

@@ -9,0 +9,0 @@ props(...properties: Primitive[]): this;

{
"name": "noliter",
"version": "0.4.1",
"version": "0.4.2",
"description": "Write code with no literal and get tiny bundle",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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