@deepkit/api-console-gui
Advanced tools
Comparing version 1.0.1-alpha.57 to 1.0.1-alpha.58
@@ -94,2 +94,5 @@ @angular/cdk | ||
@deepkit/ui-library | ||
MIT | ||
ansi-styles | ||
@@ -383,2 +386,27 @@ MIT | ||
object-inspect | ||
MIT | ||
MIT License | ||
Copyright (c) 2013 James Halliday | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
prismjs | ||
@@ -715,50 +743,1 @@ MIT | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
validator | ||
MIT | ||
Copyright (c) 2018 Chris O'Hara <cohara87@gmail.com> | ||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
zone.js | ||
MIT | ||
The MIT License | ||
Copyright (c) 2010-2020 Google LLC. https://angular.io/license | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
{ | ||
"name": "@deepkit/api-console-gui", | ||
"version": "1.0.1-alpha.57", | ||
"version": "1.0.1-alpha.58", | ||
"description": "API Console GUI", | ||
@@ -33,15 +33,17 @@ "scripts": { | ||
"@angular/router": "~12.2.0", | ||
"@deepkit/bson": "^1.0.1-alpha.56", | ||
"@deepkit/core": "^1.0.1-alpha.52", | ||
"@deepkit/core-rxjs": "^1.0.1-alpha.52", | ||
"@deepkit/bson": "^1.0.1-alpha.58", | ||
"@deepkit/core": "^1.0.1-alpha.58", | ||
"@deepkit/core-rxjs": "^1.0.1-alpha.58", | ||
"@deepkit/crypto": "^1.0.1-alpha.35", | ||
"@deepkit/desktop-ui": "^1.0.1-alpha.48", | ||
"@deepkit/injector": "^1.0.1-alpha.57", | ||
"@deepkit/logger": "^1.0.1-alpha.52", | ||
"@deepkit/rpc": "^1.0.1-alpha.57", | ||
"@deepkit/stopwatch": "^1.0.1-alpha.56", | ||
"@deepkit/type": "^1.0.1-alpha.56", | ||
"@deepkit/injector": "^1.0.1-alpha.58", | ||
"@deepkit/logger": "^1.0.1-alpha.58", | ||
"@deepkit/rpc": "^1.0.1-alpha.58", | ||
"@deepkit/stopwatch": "^1.0.1-alpha.58", | ||
"@deepkit/type": "^1.0.1-alpha.58", | ||
"@deepkit/ui-library": "^1.0.1-alpha.56", | ||
"@types/node": "^12.11.1", | ||
"hammerjs": "^2.0.8", | ||
"ngx-markdown": "^12.0.1", | ||
"object-inspect": "^1.11.0", | ||
"prismjs": "^1.24.1", | ||
@@ -53,3 +55,3 @@ "rxjs": "~6.6.0", | ||
}, | ||
"gitHead": "a903656191c8a60a581610b6150d524800f93b77" | ||
"gitHead": "4f5b90e518d5265f7a11d223695b85c463f42ba7" | ||
} |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
6113319
32
3
25
12