Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 1.0.2

4

CHANGELOG.md
# Changelog
## [v1.0.1](https://github.com/weblite-wapps/api-types/tree/v1.0.1) (2021-03-27)
[Full Changelog](https://github.com/weblite-wapps/api-types/compare/v1.0.0...v1.0.1)
## [v1.0.0](https://github.com/weblite-wapps/api-types/tree/v1.0.0) (2021-03-27)

@@ -4,0 +8,0 @@

2

package.json

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

"author": "Weblite Team",
"version": "1.0.1",
"version": "1.0.2",
"description": "Use W with type checking and docs out of the box.",

@@ -9,0 +9,0 @@ "license": "BSD2",

@@ -26,4 +26,15 @@ # api-types

**javascript**
For javascript application you must give your fate to vscode and its [intellisense](https://code.visualstudio.com/docs/editor/intellisense)
- webstorm
Webstorm indexing will find and use the type for W, no additioanl setup is needed
- vscode
Add a reference to the typed file at heading when you want to use `W` APIs. VSCode will use its [intellisense](https://code.visualstudio.com/docs/editor/intellisense) to suggest docs and auto-complete.
```js
/// <reference path="node_modules/@web-lite/api-types/index.d.ts" />
```
> `Note:` You may need to change the path of `node_modules` directory in workspace-configured projects.
**Note**: You can still use mocks.api
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