remotestorage-module-shares
Advanced tools
Comparing version 1.0.1 to 2.0.0
(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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17863
5
509
1