New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@smallstack/common

Package Overview
Dependencies
Maintainers
2
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallstack/common - npm Package Compare versions

Comparing version 0.7.20 to 0.7.21

4

dist/bundle/dts/api/APIParams.d.ts

@@ -1,2 +0,2 @@

export interface APIParams {
export interface APIParams<DATATYPE = any> {
queryParams: {

@@ -11,3 +11,3 @@ [key: string]: string;

};
data: any;
data: DATATYPE;
}
{
"name": "@smallstack/common",
"version": "0.7.20",
"version": "0.7.21",
"description": "common functionality for smallstack projects",

@@ -5,0 +5,0 @@ "main": "dist/bundle/smallstack_common.umd.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