Socket
Socket
Sign inDemoInstall

@storm-stack/serialization

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storm-stack/serialization - npm Package Compare versions

Comparing version 1.12.2 to 1.13.2

dist/index.cjs

47

package.json
{
"name": "@storm-stack/serialization",
"version": "1.12.2",
"version": "1.13.2",
"private": false,

@@ -12,26 +12,13 @@ "description": "A package used to support serializing and deserializing data sent between the client and the server.",

"type": "module",
"devDependencies": {
"@types/node": "^20.10.5",
"@types/qs": "6.9.10"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@storm-stack/utilities": "latest"
},
"dependencies": { "@storm-stack/utilities": "latest" },
"devDependencies": { "@types/node": "^20.10.5", "@types/qs": "6.9.10" },
"publishConfig": { "access": "public" },
"exports": {
".": {
"import": {
"types": "./dist/modern/index.d.ts",
"default": "./dist/modern/index.js"
},
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
"require": {
"types": "./dist/modern/index.d.cts",
"default": "./dist/modern/index.cjs"
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"default": {
"types": "./dist/modern/index.d.ts",
"default": "./dist/modern/index.js"
}
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
},

@@ -44,14 +31,10 @@ "./package.json": "./package.json"

},
"types": "dist/legacy/index.d.ts",
"typings": "dist/legacy/index.d.ts",
"typescript": {
"definition": "dist/legacy/index.d.ts"
},
"main": "dist/legacy/index.cjs",
"module": "dist/legacy/index.js",
"browser": "dist/modern/index.global.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"typescript": { "definition": "dist/index.d.ts" },
"main": "dist/index.cjs",
"module": "dist/index.js",
"browser": "dist/index.global.js",
"sideEffects": false,
"files": [
"dist/**/*"
],
"files": ["dist/**/*"],
"homepage": "https://stormsoftware.org",

@@ -58,0 +41,0 @@ "bugs": {

@@ -19,8 +19,11 @@ <!-- START header -->

[![Version](https://img.shields.io/badge/version-1.12.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
[![Version](https://img.shields.io/badge/version-1.13.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
<h3 align="center" bold="true">⚠️ <b>Attention</b> ⚠️ This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.</h3><br />
> [!IMPORTANT]
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
<br />
<!-- markdownlint-restore -->

@@ -27,0 +30,0 @@ <!-- prettier-ignore-end -->

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