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

remotestorage-module-shares

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remotestorage-module-shares - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

25

dist/build.js
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("remotestoragejs"));
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define(["remotestoragejs"], factory);
define([], factory);
else {
var a = typeof exports === 'object' ? factory(require("remotestoragejs")) : factory(root["RemoteStorage"]);
var a = factory();
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(this, function(__WEBPACK_EXTERNAL_MODULE_1__) {
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap

@@ -55,6 +55,9 @@ /******/ // The module cache

/* 0 */
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports) {
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
/**

@@ -70,6 +73,4 @@ * File: Shares

var RemoteStorage = __webpack_require__(1);
var sharesBuilder = function sharesBuilder(privateClient, publicClient) {
RemoteStorage.defineModule('shares', function (privateClient, publicClient) {
var shares = {

@@ -303,10 +304,6 @@ /**

return { exports: shares };
});
};
/***/ }),
/* 1 */
/***/ (function(module, exports) {
exports.default = { name: 'shares', builder: sharesBuilder };
module.exports = __WEBPACK_EXTERNAL_MODULE_1__;
/***/ })

@@ -313,0 +310,0 @@ /******/ ])

@@ -11,7 +11,5 @@ /**

var RemoteStorage = require('remotestoragejs');
const sharesBuilder = function(privateClient, publicClient) {
RemoteStorage.defineModule('shares', function(privateClient, publicClient) {
var shares = {
const shares = {
/**

@@ -257,3 +255,4 @@ * Method: storeFile

return { exports: shares };
});
};
export default { name: 'shares', builder: sharesBuilder };
{
"name": "remotestorage-module-shares",
"version": "1.0.1",
"version": "2.0.0",
"description": "remoteStorage.js module for sharing images and other files",

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