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

@yume-chan/struct

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yume-chan/struct - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

6

CHANGELOG.json

@@ -5,2 +5,8 @@ {

{
"version": "0.0.22",
"tag": "@yume-chan/struct_v0.0.22",
"date": "Wed, 13 Dec 2023 05:57:27 GMT",
"comments": {}
},
{
"version": "0.0.21",

@@ -7,0 +13,0 @@ "tag": "@yume-chan/struct_v0.0.21",

7

CHANGELOG.md
# Change Log - @yume-chan/struct
This log was last generated on Fri, 25 Aug 2023 14:05:18 GMT and should not be manually modified.
This log was last generated on Wed, 13 Dec 2023 05:57:27 GMT and should not be manually modified.
## 0.0.22
Wed, 13 Dec 2023 05:57:27 GMT
_Version update only_
## 0.0.21

@@ -6,0 +11,0 @@ Fri, 25 Aug 2023 14:05:18 GMT

1

esm/types/number.js
import { StructFieldDefinition, StructFieldValue } from "../basic/index.js";
import { SyncPromise } from "../sync-promise.js";
// eslint-disable-next-line @typescript-eslint/no-namespace
export var NumberFieldType;

@@ -5,0 +4,0 @@ (function (NumberFieldType) {

{
"name": "@yume-chan/struct",
"version": "0.0.21",
"version": "0.0.22",
"description": "C-style structure serializer and deserializer.",

@@ -30,15 +30,15 @@ "keywords": [

"dependencies": {
"@yume-chan/dataview-bigint-polyfill": "^0.0.21",
"tslib": "^2.6.0"
"@yume-chan/dataview-bigint-polyfill": "^0.0.22",
"tslib": "^2.6.2"
},
"devDependencies": {
"@jest/globals": "^29.6.1",
"@jest/globals": "^29.7.0",
"@yume-chan/eslint-config": "^1.0.0",
"@yume-chan/tsconfig": "^1.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.44.0",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"typescript": "^5.3.2"
},

@@ -45,0 +45,0 @@ "scripts": {

@@ -23,3 +23,2 @@ import type {

// eslint-disable-next-line @typescript-eslint/no-namespace
export namespace NumberFieldType {

@@ -26,0 +25,0 @@ export const Uint8: NumberFieldType = {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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