Socket
Socket
Sign inDemoInstall

@besmarthead/sh-api-framework

Package Overview
Dependencies
64
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

dist/index.js

8

package.json
{
"name": "@besmarthead/sh-api-framework",
"version": "1.0.0",
"version": "1.0.1",
"description": "SmartHead framework library for serverless APIs (security, openapi/swagger validation, logging ,... )",

@@ -19,5 +19,9 @@ "keywords": [

],
"types": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
"coverage": "nyc -r text -r lcov -e .ts -x \"test/*\" npm run test"
"coverage": "nyc -r text -r lcov -e .ts -x \"test/*\" npm run test",
"build": "tsc -p tsconfig.json",
"prepublish": "npm run build"
},

@@ -24,0 +28,0 @@ "repository": {

@@ -6,3 +6,3 @@ import * as HttpStatus from 'http-status-codes';

import { OpenAPIConfiguration, OpenAPIError } from './types';
import { OpenAPIConfiguration, OpenAPIError } from './types/types';
import { loadSwaggerDoc } from './swagger/load-swagger-doc';

@@ -9,0 +9,0 @@ import parseJSONBody from './swagger/parse-json-body';

@@ -8,3 +8,3 @@ import * as HttpStatus from 'http-status-codes';

import { getAppMetadataFromAuth0Token } from './jwt/token-parser-utils';
import { OpenAPIError, SecuredAPIConfiguration } from './types';
import { OpenAPIError, SecuredAPIConfiguration } from './types/types';

@@ -11,0 +11,0 @@ /**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc