@typespec/http
Advanced tools
+9
-13
| { | ||
| "name": "@typespec/http", | ||
| "version": "0.49.0-dev.4", | ||
| "version": "0.49.0-dev.5", | ||
| "author": "Microsoft Corporation", | ||
| "description": "TypeSpec HTTP protocol binding", | ||
| "homepage": "https://github.com/microsoft/typespec", | ||
| "readme": "https://github.com/microsoft/typespec/blob/master/README.md", | ||
| "readme": "https://github.com/microsoft/typespec/blob/main/README.md", | ||
| "license": "MIT", | ||
@@ -23,13 +23,9 @@ "repository": { | ||
| "exports": { | ||
| ".": "./dist/src/index.js", | ||
| "./testing": "./dist/src/testing/index.js" | ||
| }, | ||
| "typesVersions": { | ||
| "*": { | ||
| "*": [ | ||
| "./dist/src/index.d.ts" | ||
| ], | ||
| "testing": [ | ||
| "./dist/src/testing/index.d.ts" | ||
| ] | ||
| ".": { | ||
| "default": "./dist/src/index.js", | ||
| "types": "./dist/src/index.d.ts" | ||
| }, | ||
| "./testing": { | ||
| "default": "./dist/src/testing/index.js", | ||
| "types": "./dist/src/testing/index.d.ts" | ||
| } | ||
@@ -36,0 +32,0 @@ }, |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance 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
220353
-0.01%