@thi.ng/binary
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@2.0.0...@thi.ng/binary@2.0.1) (2020-03-28) | ||
**Note:** Version bump only for package @thi.ng/binary | ||
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@1.3.2...@thi.ng/binary@2.0.0) (2020-03-06) | ||
@@ -26,18 +34,2 @@ | ||
## [1.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@1.3.1...@thi.ng/binary@1.3.2) (2020-02-26) | ||
**Note:** Version bump only for package @thi.ng/binary | ||
## [1.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@1.3.0...@thi.ng/binary@1.3.1) (2020-02-26) | ||
**Note:** Version bump only for package @thi.ng/binary | ||
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@1.2.1...@thi.ng/binary@1.3.0) (2020-02-25) | ||
@@ -44,0 +36,0 @@ |
{ | ||
"name": "@thi.ng/binary", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "95+ assorted binary / bitwise operations, conversions, utilities", | ||
@@ -24,3 +24,3 @@ "module": "./index.js", | ||
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib", | ||
"doc:readme": "../../scripts/generate-readme", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
@@ -58,3 +58,6 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose", | ||
"sideEffects": false, | ||
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc" | ||
"dependencies": { | ||
"tslib": "^1.11.1" | ||
}, | ||
"gitHead": "202477e312cf26869f0421e42a9a5fd80ff6adc8" | ||
} |
<!-- This file is generated - DO NOT EDIT! --> | ||
# ![@thi.ng/binary](https://media.thi.ng/umbrella/banners/thing-binary.svg?1583462901) | ||
# ![@thi.ng/binary](https://media.thi.ng/umbrella/banners/thing-binary.svg?1585427306) | ||
@@ -35,7 +35,7 @@ [![npm version](https://img.shields.io/npm/v/@thi.ng/binary.svg)](https://www.npmjs.com/package/@thi.ng/binary) | ||
Package sizes (gzipped): ESM: 1.9KB / CJS: 2.2KB / UMD: 1.8KB | ||
Package sizes (gzipped): ESM: 1.87 KB / CJS: 2.19 KB / UMD: 1.85 KB | ||
## Dependencies | ||
None | ||
- [tslib](https://github.com/thi-ng/umbrella/tree/develop/packages/undefined) | ||
@@ -50,10 +50,6 @@ ## Usage examples | ||
### hdom-benchmark2 <!-- NOTOC --> | ||
| Screenshot | Description | Live demo | Source | | ||
| ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ----------------------------------------------------- | ---------------------------------------------------------------------------------- | | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-benchmark2.png" width="240"/> | hdom update performance benchmark w/ config options | [Demo](https://demo.thi.ng/umbrella/hdom-benchmark2/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-benchmark2) | | ||
![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-benchmark2.png) | ||
hdom update performance benchmark w/ config options | ||
[Live demo](https://demo.thi.ng/umbrella/hdom-benchmark2/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-benchmark2) | ||
## API | ||
@@ -60,0 +56,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
64148
1
37
66
+ Addedtslib@^1.11.1
+ Addedtslib@1.14.1(transitive)