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

rapid.js

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapid.js - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

10

index.d.ts

@@ -86,10 +86,10 @@ import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';

requestData: { params: object; options: object };
debug: void;
debug: boolean;
collection: this;
model: this;
any: this;
baseURL: void;
modelName: void;
routeDelimiter: void;
caseSensitive: void;
baseURL: string;
modelName: string;
routeDelimiter: string;
caseSensitive: boolean;
constructor(config?: Config);

@@ -96,0 +96,0 @@ boot(): void;

{
"name": "rapid.js",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

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