@web-lite/api-types
Advanced tools
Comparing version 1.1.1 to 1.2.0-0
# 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 @@ |
{ | ||
"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' } }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69110
13
1701
1
4
1
2
1
+ Addedramda@0.25.0
+ Addedramda@0.25.0(transitive)