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

@casual-simulation/aux-records

Package Overview
Dependencies
Maintainers
2
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casual-simulation/aux-records - npm Package Compare versions

Comparing version 2.0.22 to 2.0.23

6

FileRecordsController.d.ts

@@ -34,2 +34,8 @@ import { FileRecordsStore, AddFileFailure, MarkFileRecordAsUploadedFailure } from './FileRecordsStore';

fileDescription: string;
/**
* The headers that were included in the result.
*/
headers: {
[name: string]: string;
};
}

@@ -36,0 +42,0 @@ export declare type RecordFileResult = RecordFileSuccess | RecordFileFailure;

1

FileRecordsController.js

@@ -39,2 +39,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

fileByteLength: request.fileByteLength,
headers: request.headers,
});

@@ -41,0 +42,0 @@ if (presignResult.success === false) {

@@ -106,2 +106,8 @@ import { ServerError } from './Errors';

fileByteLength: number;
/**
* The headers that were included in the request.
*/
headers: {
[name: string]: string;
};
}

@@ -108,0 +114,0 @@ export declare type PresignFileUploadResult = PresignFileUploadSuccess | PresignFileUploadFailure;

4

package.json
{
"name": "@casual-simulation/aux-records",
"version": "2.0.22",
"version": "2.0.23",
"description": "Helpers and managers used by the CasualOS records system.",

@@ -44,3 +44,3 @@ "keywords": [],

},
"gitHead": "84b8060dd07d51d6446f4994eda07a552de1a6f5"
"gitHead": "6b57a83ce4a3bbe71f8a872eb2d1c0a997f8d873"
}

Sorry, the diff of this file is not supported yet

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