Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/binary

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/binary - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

bytes.d.ts

@@ -6,3 +6,3 @@ export declare const bytes16: (x: number, le?: boolean) => number[];

export declare const bytesF32: (x: number, le?: boolean) => number[];
export declare const bytesF64: (x: number, le?: boolean) => any;
export declare const bytesF64: (x: number, le?: boolean) => number[];
//# sourceMappingURL=bytes.d.ts.map

@@ -6,2 +6,10 @@ # Change Log

## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@2.0.6...@thi.ng/binary@2.0.7) (2020-05-14)
**Note:** Version bump only for package @thi.ng/binary
## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@2.0.5...@thi.ng/binary@2.0.6) (2020-05-03)

@@ -8,0 +16,0 @@

@@ -0,1 +1,2 @@

export * from "./api";
export * from "./align";

@@ -2,0 +3,0 @@ export * from "./bytes";

{
"name": "@thi.ng/binary",
"version": "2.0.6",
"version": "2.0.7",
"description": "95+ assorted binary / bitwise operations, conversions, utilities",

@@ -36,13 +36,13 @@ "module": "./index.js",

"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-extractor": "^7.7.13",
"@microsoft/api-extractor": "^7.8.0",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.4",
"@types/node": "^14.0.1",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"ts-node": "^8.9.1",
"ts-node": "^8.10.1",
"typedoc": "^0.17.6",
"typescript": "^3.8.3"
"typescript": "^3.9.2"
},
"dependencies": {
"tslib": "^1.11.1"
"tslib": "^1.12.0"
},

@@ -71,3 +71,3 @@ "files": [

"sideEffects": false,
"gitHead": "c11f130122cbaa05b8d48d394c3a164e238c8078"
"gitHead": "97c301379d830c1982c364cfbec8766ff14f73f5"
}
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