cm-web-modules
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "cm-web-modules", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Collection of clean and small ES6 modules for the web", | ||
@@ -5,0 +5,0 @@ "main": "src/LibraryManager.js", |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/m | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/m | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/svjs-audio | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/svjs-audio | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/svjs-audio | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/svjs-i18n | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/svjs-message-broker | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author: Stefan Haack https://shaack.com | ||
* License: MIT, (c) 2018 all rights reserved | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
*/ | ||
const collectionMutationMethods = { | ||
@@ -6,0 +8,0 @@ array: ["copyWithin", "fill", "pop", "push", "reverse", "shift", "unshift", "sort", "splice"], |
/** | ||
* Author: shaack | ||
* Date: 23.11.2017 | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
*/ | ||
@@ -5,0 +6,0 @@ |
/** | ||
* Author: shaack | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
*/ | ||
export class ArrayUtils { | ||
@@ -5,0 +8,0 @@ static pushAll(fromArray, toArray) { |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/svjs-utils | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/svjs-utils | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/svjs-utils | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/svjs-utils | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/web-module-curator | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* Author and copyright: Stefan Haack (https://shaack.com) | ||
* Repository: https://github.com/shaack/svjs-message-broker | ||
* Repository: https://github.com/shaack/cm-web-modules | ||
* License: MIT, see file 'LICENSE' | ||
*/ | ||
import {MessageBroker} from "../src/cm-web-modules/message-broker/MessageBroker.js" | ||
@@ -7,0 +8,0 @@ import assert from 'assert'; |
56858
23
934