Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grandjs

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grandjs - npm Package Compare versions

Comparing version 2.2.22 to 2.2.23

4

lib/index.d.ts

@@ -17,3 +17,3 @@ /**

import FileUpload from './fileupload';
import { GET, POST, PUT, PATCH, DELETE, MiddleWare, RouteMiddleWare } from "./decorators";
import { GET, POST, PUT, PATCH, DELETE, MiddleWare, RouteMiddleWare, Use } from "./decorators";
import { IResponse, APiError, APiSuccess, APiResponse, APiResponseInterface, HttpStatusCode, APiType, TextCodes, RequestMethod } from "./common";

@@ -36,2 +36,2 @@ import { Constructable, MiddleWareOptions } from "interfaces";

};
export { Server, Router, View, Request, Response, validation, Cipher, FileUpload, GET, POST, PUT, PATCH, DELETE, MiddleWare, RouteMiddleWare, IResponse, APiError, APiSuccess, APiResponse, APiResponseInterface, HttpStatusCode, APiType, Constructable, TextCodes, RequestMethod, MiddleWareOptions };
export { Server, Router, View, Request, Response, validation, Cipher, FileUpload, GET, POST, PUT, PATCH, DELETE, MiddleWare, RouteMiddleWare, IResponse, APiError, APiSuccess, APiResponse, APiResponseInterface, HttpStatusCode, APiType, Constructable, TextCodes, RequestMethod, MiddleWareOptions, Use };

@@ -37,2 +37,3 @@ "use strict";

exports.RouteMiddleWare = decorators_1.RouteMiddleWare;
exports.Use = decorators_1.Use;
const common_1 = require("./common");

@@ -39,0 +40,0 @@ exports.APiError = common_1.APiError;

{
"name": "grandjs",
"version": "2.2.22",
"version": "2.2.23",
"description": "A backend framework for solid web apps based on node.js",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc