Socket
Socket
Sign inDemoInstall

@uppy/store-default

Package Overview
Dependencies
0
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.27.0 to 0.27.1

types/store-default-tests.ts

6

package.json
{
"name": "@uppy/store-default",
"description": "The default simple object-based store for Uppy.",
"version": "0.27.0",
"version": "0.27.1",
"license": "MIT",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"types": "types/index.d.ts",

@@ -21,3 +20,4 @@ "keywords": [

"url": "git+https://github.com/transloadit/uppy.git"
}
},
"gitHead": "3ddf4c7548766a0c522b9a45c03b1fd7d4e03d43"
}

@@ -1,4 +0,4 @@

import { Store } from '@uppy/core';
import Uppy = require('@uppy/core');
declare class DefaultStore implements Store {
declare class DefaultStore implements Uppy.Store {
constructor();

@@ -10,2 +10,3 @@ getState(): object;

export default function createDefaultStore(): DefaultStore;
declare function createDefaultStore(): DefaultStore;
export = createDefaultStore;
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc