@funboxteam/diamonds
Advanced tools
Comparing version 6.1.0 to 6.2.0
# Changelog | ||
## 6.2.0 (29.09.2020) | ||
Added [base64ToUint8Array](./lib/base64-to-uint8array.ts). | ||
## 6.1.0 (12.09.2020) | ||
Added [findLast](./lib/findLast.ts). | ||
Added [findLast](./lib/find-last.ts). | ||
@@ -7,0 +12,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var base64_to_uint8array_1 = require("./base64-to-uint8array"); | ||
Object.defineProperty(exports, "base64ToUint8Array", { enumerable: true, get: function () { return base64_to_uint8array_1.default; } }); | ||
var body_scroll_1 = require("./body-scroll"); | ||
@@ -4,0 +6,0 @@ Object.defineProperty(exports, "enableBodyScroll", { enumerable: true, get: function () { return body_scroll_1.enableBodyScroll; } }); |
@@ -0,1 +1,2 @@ | ||
export { default as base64ToUint8Array } from './base64-to-uint8array'; | ||
export { enableBodyScroll, disableBodyScroll } from './body-scroll'; | ||
@@ -2,0 +3,0 @@ export { default as camelToKebab } from './camel-to-kebab'; |
@@ -0,1 +1,2 @@ | ||
export { default as base64ToUint8Array } from './base64-to-uint8array'; | ||
export { enableBodyScroll, disableBodyScroll } from './body-scroll'; | ||
@@ -2,0 +3,0 @@ export { default as camelToKebab } from './camel-to-kebab'; |
{ | ||
"name": "@funboxteam/diamonds", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "A shiny pile of typed JS helpers for everyday use", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -20,2 +20,3 @@ # @funboxteam/diamonds | ||
- [List of helpers](#list-of-helpers) | ||
- [base64ToUint8Array](#base64touint8array) | ||
- [disableBodyScroll, enableBodyScroll](#disablebodyscroll-enableBodyScroll) | ||
@@ -80,2 +81,6 @@ - [camelToKebab](#cameltokebab) | ||
### [base64ToUint8Array](./lib/base64-to-uint8array.ts) | ||
Converts Base64 string to a [Uint8Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array). | ||
### [disableBodyScroll, enableBodyScroll](./lib/body-scroll.ts) | ||
@@ -82,0 +87,0 @@ |
@@ -20,2 +20,3 @@ # @funboxteam/diamonds | ||
- [Список хэлперов](#список-хэлперов) | ||
- [base64ToUint8Array](#base64touint8array) | ||
- [disableBodyScroll, enableBodyScroll](#disablebodyscroll-enableBodyScroll) | ||
@@ -80,2 +81,6 @@ - [camelToKebab](#cameltokebab) | ||
### [base64ToUint8Array](./lib/base64-to-uint8array.ts) | ||
Преобразует Base64-строку в [Uint8Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array). | ||
### [disableBodyScroll, enableBodyScroll](./lib/body-scroll.ts) | ||
@@ -82,0 +87,0 @@ |
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
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
72556
99
1076
263