@epilot/address-suggestions-client
Advanced tools
+21
| The MIT License (MIT) | ||
| Copyright (c) 2025 epilot GmbH | ||
| 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. |
+14
-15
| { | ||
| "name": "@epilot/address-suggestions-client", | ||
| "version": "1.3.0", | ||
| "version": "1.3.1", | ||
| "description": "Client for epilot Address Suggestions API", | ||
@@ -22,14 +22,2 @@ "main": "dist/index.js", | ||
| ], | ||
| "scripts": { | ||
| "test": "jest", | ||
| "bundle-definition": "webpack", | ||
| "openapi": "node ../../scripts/update-openapi.js https://docs.api.epilot.io/address-suggestions-api.yaml", | ||
| "openapi:local": "node ../../scripts/update-openapi.js ../../../address-suggestions-api/lambda/ApiHandlerFunction/openapi.yml", | ||
| "typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts", | ||
| "build": "tsc && npm run build:patch && npm run bundle-definition", | ||
| "build:patch": "sed -i'' -e '/^__exportStar.*openapi.*$/d' dist/index.js", | ||
| "build:watch": "npm run build && tsc -w", | ||
| "prepublishOnly": "npm run typegen && npm run build", | ||
| "lint": "pnpm exec eslint src" | ||
| }, | ||
| "files": [ | ||
@@ -73,3 +61,14 @@ "*.js", | ||
| }, | ||
| "gitHead": "39426e86cfb320fa3227dc03f60ee6a10848e7c7" | ||
| } | ||
| "gitHead": "39426e86cfb320fa3227dc03f60ee6a10848e7c7", | ||
| "scripts": { | ||
| "test": "jest", | ||
| "bundle-definition": "webpack", | ||
| "openapi": "node ../../scripts/update-openapi.js https://docs.api.epilot.io/address-suggestions-api.yaml", | ||
| "openapi:local": "node ../../scripts/update-openapi.js ../../../address-suggestions-api/lambda/ApiHandlerFunction/openapi.yml", | ||
| "typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts", | ||
| "build": "tsc && npm run build:patch && npm run bundle-definition", | ||
| "build:patch": "sed -i'' -e '/^__exportStar.*openapi.*$/d' dist/index.js", | ||
| "build:watch": "npm run build && tsc -w", | ||
| "lint": "pnpm exec eslint src" | ||
| } | ||
| } |
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
39719
2.63%13
8.33%