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.8.5 to 0.8.6

2

dist/Notifier.d.ts

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

export default function Notifier<T>(initialState: T): (((newState: T) => void) | ((callback: () => void) => number) | ((listenerKey: number) => void))[];
export default function Notifier<T>(initialState: T): readonly [() => T, (newState: T) => void, (callback: () => void) => number, (listenerKey: number) => void];
{
"name": "noliter",
"version": "0.8.5",
"version": "0.8.6",
"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