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.9.6 to 0.9.7

11

dist/Constant.d.ts

@@ -61,2 +61,3 @@ export declare const ALLOW = "allow";

export declare const PAGE_Y = "pageY";
export declare const FILL_STYLE = "fillStyle";
export declare const TEXT = "text";

@@ -68,2 +69,10 @@ export declare const RADIO = "radio";

export declare const ADD_EVENT_LISTENER = "addEventListener";
export declare const SET_INTERVAL = "setInterval";
export declare const CLEAR_INTERVAL = "clearInterval";
export declare const GET_CONTEXT = "getContext";
export declare const FILL_RECT = "fillRect";
export declare const FOR_EACH = "forEach";
export declare const FILTER = "filter";
export declare const REDUCE = "reduce";
export declare const SET_ATTRIBUTE = "setAttribute";
export declare const ANCHOR = "a";

@@ -160,1 +169,3 @@ export declare const ABBR = "abbr";

export declare const VIDEO = "video";
export declare const SPELLCHECK = "spellcheck";
export declare const TITLE = "title";

2

package.json
{
"name": "noliter",
"version": "0.9.6",
"version": "0.9.7",
"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