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
6
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.1.1 to 1.2.0-0

dist/core.d.ts

4

CHANGELOG.md
# Changelog
## [v1.1.1](https://github.com/weblite-wapps/api-types/tree/v1.1.1) (2021-04-17)
[Full Changelog](https://github.com/weblite-wapps/api-types/compare/v1.1.0...v1.1.1)
## [v1.1.0](https://github.com/weblite-wapps/api-types/tree/v1.1.0) (2021-04-11)

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

16

package.json
{
"name": "@web-lite/api-types",
"private": false,
"main": "./dist/index.js",
"types": "index.d.ts",
"main": "./dist/mock.js",
"types": "./src/index.d.ts",
"author": "Weblite Team",
"version": "1.1.1",
"description": "Use W with type checking and docs out of the box.",
"version": "1.2.0-0",
"description": "Use W with type checking and mock out of the box.",
"license": "BSD-3-Clause",
"files": [
"dist/",
"src/"
],
"scripts": {

@@ -29,4 +33,8 @@ "build": "tsc"

"homepage": "https://github.com/weblite-wapps/api-types#readme",
"dependencies": {
"ramda": "0.25.0"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/ramda": "0.25.51",
"tsd": "^0.14.0",

@@ -33,0 +41,0 @@ "typescript": "^4.2.4"

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

mockWebliteApi();
mockWebliteApi({});
// or

@@ -49,0 +49,0 @@ mockWebliteApi({ user: { firstname: 'custom_name', id: 'custom_id' } });

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