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.7.1 to 0.7.2

5

dist/Noliter.d.ts
declare type Primitive = boolean | number | string;
declare class Noliter<T extends keyof HTMLElementTagNameMap, H extends HTMLElementTagNameMap[T]> {
declare type TagNameKeys = keyof HTMLElementTagNameMap;
declare class Noliter<T extends TagNameKeys, H extends HTMLElementTagNameMap[T]> {
dom: H;
constructor(tagName: T);
add(...children: (string | Node | Noliter<T, H>)[]): this;
add(...children: (string | Node | Noliter<TagNameKeys, HTMLElementTagNameMap[TagNameKeys]>)[]): this;
ga(attributeName: string): string | null;

@@ -7,0 +8,0 @@ sa(...attributes: Primitive[]): this;

2

package.json
{
"name": "noliter",
"version": "0.7.1",
"version": "0.7.2",
"description": "Write code with no literal and get tiny bundle",

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

@@ -0,0 +0,0 @@ [![build](https://img.shields.io/github/workflow/status/TroyTae/noliter/noliter/main?style=flat-square)](https://github.com/TroyTae/noliter/actions?query=workflow%3Anoliter)

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