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

@storm-stack/serialization

Package Overview
Dependencies
Maintainers
2
Versions
104
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.14.0 to 1.14.1

CHANGELOG.md

65

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

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

"type": "module",
"dependencies": { "@storm-stack/utilities": "latest" },
"devDependencies": { "@types/node": "^20.10.5", "@types/qs": "6.9.10" },
"publishConfig": { "access": "public" },
"exports": {
".": {
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
},
"./package.json": "./package.json"
"dependencies": {
"qs": "6.11.2",
"superjson": "2.2.1"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
"devDependencies": {
"@types/node": "^20.10.5",
"@types/qs": "6.9.10"
},
"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/**/*"],
"homepage": "https://stormsoftware.org",
"bugs": {
"url": "https://stormsoftware.org/support",
"email": "support@stormsoftware.org"
},
"author": {
"name": "Storm Software",
"email": "contact@stormsoftware.org",
"url": "https://stormsoftware.org"
},
"license": "Apache License 2.0",
"keywords": [
"storm-stack",
"storm-software",
"storm",
"stormstack",
"storm-ops",
"acidic",
"acidic-lang",
"acidic-model",
"impact",
"nextjs",
"prisma",
"zenstack",
"hasura",
"strapi",
"graphql",
"sullivanpj",
"monorepo"
]
"publishConfig": {
"access": "public"
}
}
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