Socket
Socket
Sign inDemoInstall

@byteinspire/file

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byteinspire/file - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

package.json
{
"name": "@byteinspire/file",
"version": "1.0.3",
"version": "1.0.4",
"description": "InspireCloud File SDK",

@@ -29,3 +29,3 @@ "keywords": [

"dependencies": {
"@byteinspire/utils": "^1.0.3",
"@byteinspire/utils": "^1.0.4",
"bson": "4.3.0",

@@ -35,3 +35,3 @@ "form-data": "3.0.0",

},
"gitHead": "9405c782459792ce72d03a61c7990f876b9e0d99",
"gitHead": "88fb4d22bcf07498b93bcea0dc4fe1a81d4d863a",
"publishConfig": {

@@ -38,0 +38,0 @@ "access": "public"

const { getType } = require('mime');
const FormData = require('form-data');
const ObjectId = require('bson').ObjectId;
const { trap } = require('@byted-inspirecloud-api/utils');
const { trap } = require('@byteinspire/utils');

@@ -6,0 +6,0 @@ const MAX_FILE_SIZE = 30 * 1024 * 1024;

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