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

@web-lite/api-types

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web-lite/api-types - npm Package Compare versions

Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2

10

index.d.ts

@@ -436,7 +436,7 @@ /////////////////////////

declare interface IWindow {
W: W;
[key: string]: any;
declare global {
interface Window {
W: W;
}
}
export = IWindow;
export = Window;

@@ -6,3 +6,3 @@ {

"author": "Weblite Team",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Use W with type checking and docs out of the box.",

@@ -9,0 +9,0 @@ "keywords": [

@@ -20,3 +20,3 @@ # api-types

```ts
import { IWindow } from '@web-lite/api-types';
import IWindow from '@web-lite/api-types';

@@ -23,0 +23,0 @@ const W = (window as IWindow).W;

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"lib": ["es6", "DOM"],
"noImplicitAny": true,

@@ -6,0 +6,0 @@ "noImplicitThis": true,

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