New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/bitfield

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/bitfield - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

34

CHANGELOG.md

@@ -6,16 +6,4 @@ # Change Log

# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.2.8...@thi.ng/bitfield@0.3.0) (2020-03-06)
## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.3.0...@thi.ng/bitfield@0.3.1) (2020-03-28)
### Features
* **bitfield:** add and/or/xor/not() methods, add IClear, ICopy impls ([52d3005](https://github.com/thi-ng/umbrella/commit/52d3005281c90b89d41d3b2504e3eb47cafa6e03))
* **bitfield:** add toggleAt(), setRange(), update ctor ([6ed20c1](https://github.com/thi-ng/umbrella/commit/6ed20c13768fe3bdd38990ee79c865a13775fc2d))
## [0.2.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.2.7...@thi.ng/bitfield@0.2.8) (2020-03-01)
**Note:** Version bump only for package @thi.ng/bitfield

@@ -27,26 +15,14 @@

## [0.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.2.6...@thi.ng/bitfield@0.2.7) (2020-02-26)
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.2.8...@thi.ng/bitfield@0.3.0) (2020-03-06)
**Note:** Version bump only for package @thi.ng/bitfield
### Features
* **bitfield:** add and/or/xor/not() methods, add IClear, ICopy impls ([52d3005](https://github.com/thi-ng/umbrella/commit/52d3005281c90b89d41d3b2504e3eb47cafa6e03))
* **bitfield:** add toggleAt(), setRange(), update ctor ([6ed20c1](https://github.com/thi-ng/umbrella/commit/6ed20c13768fe3bdd38990ee79c865a13775fc2d))
## [0.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.2.5...@thi.ng/bitfield@0.2.6) (2020-02-26)
**Note:** Version bump only for package @thi.ng/bitfield
## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.2.4...@thi.ng/bitfield@0.2.5) (2020-02-25)
**Note:** Version bump only for package @thi.ng/bitfield
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.1.12...@thi.ng/bitfield@0.2.0) (2019-09-21)

@@ -53,0 +29,0 @@

13

package.json
{
"name": "@thi.ng/bitfield",
"version": "0.3.0",
"version": "0.3.1",
"description": "1D / 2D bit field implementations",

@@ -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",

@@ -42,5 +42,6 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",

"dependencies": {
"@thi.ng/api": "^6.8.3",
"@thi.ng/binary": "^2.0.0",
"@thi.ng/strings": "^1.7.0"
"@thi.ng/api": "^6.9.0",
"@thi.ng/binary": "^2.0.1",
"@thi.ng/strings": "^1.8.0",
"tslib": "^1.11.1"
},

@@ -62,3 +63,3 @@ "keywords": [

"sideEffects": false,
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc"
"gitHead": "202477e312cf26869f0421e42a9a5fd80ff6adc8"
}
<!-- This file is generated - DO NOT EDIT! -->
# ![@thi.ng/bitfield](https://media.thi.ng/umbrella/banners/thing-bitfield.svg?1583462197)
# ![@thi.ng/bitfield](https://media.thi.ng/umbrella/banners/thing-bitfield.svg?1585427349)

@@ -37,3 +37,3 @@ [![npm version](https://img.shields.io/npm/v/@thi.ng/bitfield.svg)](https://www.npmjs.com/package/@thi.ng/bitfield)

Package sizes (gzipped): ESM: 0.9KB / CJS: 1.0KB / UMD: 1.1KB
Package sizes (gzipped): ESM: 947 bytes / CJS: 1008 bytes / UMD: 1.06 KB

@@ -45,2 +45,3 @@ ## Dependencies

- [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/develop/packages/strings)
- [tslib](https://github.com/thi-ng/umbrella/tree/develop/packages/undefined)

@@ -47,0 +48,0 @@ ## API

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