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.1
to
2.0.6
+13
-13
package.json
{
"name": "@effectful/serialization-react",
"version": "2.0.1",
"version": "2.0.6",
"description": "Registering @effectful/serialization format descriptor for React Element",

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

"peerDependencies": {
"@effectful/serialization": "^2.0.1",
"react": "^18.0.2"
"@effectful/serialization": "^2.0.6",
"react": "^18.3.1"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-block-scoping": "^7.25.9",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
"@babel/plugin-transform-shorthand-properties": "^7.25.9",
"@babel/plugin-transform-spread": "^7.25.9",
"@effectful/serialization": "^2.0.1",
"eslint": "^9.15.0",
"mocha": "^10.8.2",
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/plugin-transform-block-scoping": "^7.27.5",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/plugin-transform-object-rest-spread": "^7.27.3",
"@babel/plugin-transform-shorthand-properties": "^7.27.1",
"@babel/plugin-transform-spread": "^7.27.1",
"@effectful/serialization": "^2.0.6",
"eslint": "^9.28.0",
"mocha": "^11.5.0",
"react": "^18.3.1"
}
}