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.22 to 0.0.23

6

CHANGELOG.json

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

{
"version": "0.0.23",
"tag": "@yume-chan/struct_v0.0.23",
"date": "Thu, 21 Mar 2024 03:15:10 GMT",
"comments": {}
},
{
"version": "0.0.22",

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

7

CHANGELOG.md
# Change Log - @yume-chan/struct
This log was last generated on Wed, 13 Dec 2023 05:57:27 GMT and should not be manually modified.
This log was last generated on Thu, 21 Mar 2024 03:15:10 GMT and should not be manually modified.
## 0.0.23
Thu, 21 Mar 2024 03:15:10 GMT
_Version update only_
## 0.0.22

@@ -6,0 +11,0 @@ Wed, 13 Dec 2023 05:57:27 GMT

18

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

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

"dependencies": {
"@yume-chan/dataview-bigint-polyfill": "^0.0.22",
"@yume-chan/dataview-bigint-polyfill": "^0.0.23",
"tslib": "^2.6.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/globals": "^30.0.0-alpha.3",
"@yume-chan/eslint-config": "^1.0.0",
"@yume-chan/tsconfig": "^1.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
"eslint": "^8.57.0",
"jest": "^30.0.0-alpha.3",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
},

@@ -48,5 +48,5 @@ "scripts": {

"build:watch": "tsc -b tsconfig.build.json",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage",
"lint": "eslint src/**/*.ts --fix && prettier src/**/*.ts --write --tab-width 4"
}
}

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