New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@effectful/serialization-react

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effectful/serialization-react - npm Package Compare versions

Comparing version
2.0.8
to
2.0.9
+13
-13
package.json
{
"name": "@effectful/serialization-react",
"version": "2.0.8",
"version": "2.0.9",
"description": "Registering @effectful/serialization format descriptor for React Element",

@@ -23,18 +23,18 @@ "module": "main.js",

"peerDependencies": {
"@effectful/serialization": "^2.0.8",
"react": "^19.2.0"
"@effectful/serialization": "workspace:^",
"react": "^19.2.5"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/plugin-transform-block-scoping": "^7.28.5",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/plugin-transform-object-rest-spread": "^7.28.4",
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/plugin-transform-block-scoping": "^7.28.6",
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
"@babel/plugin-transform-object-rest-spread": "^7.28.6",
"@babel/plugin-transform-shorthand-properties": "^7.27.1",
"@babel/plugin-transform-spread": "^7.27.1",
"@effectful/serialization": "^2.0.8",
"eslint": "^9.39.1",
"@babel/plugin-transform-spread": "^7.28.6",
"@effectful/serialization": "workspace:^",
"eslint": "^10.2.0",
"mocha": "^11.7.5",
"react": "^19.2.0"
"react": "^19.2.5"
}
}
}