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
1.3.15
to
1.3.20
+1
-1
index.js

@@ -25,3 +25,3 @@ "use strict";

};
res.props = ctx.step(Object.assign({}, value.props, {}, props), res, "props");
res.props = ctx.step(Object.assign(Object.assign({}, value.props), props), res, "props");
res.children = ctx.step(React.Children.toArray(value.props.children), res, "children");

@@ -28,0 +28,0 @@ res.type = ctx.step(value.type, res, "type");

@@ -19,3 +19,3 @@ import { regDescriptor } from "@effectful/serialization";

};
res.props = ctx.step(Object.assign({}, value.props, {}, props), res, "props");
res.props = ctx.step(Object.assign(Object.assign({}, value.props), props), res, "props");
res.children = ctx.step(React.Children.toArray(value.props.children), res, "children");

@@ -22,0 +22,0 @@ res.type = ctx.step(value.type, res, "type");

{
"name": "@effectful/serialization-react",
"version": "1.3.15",
"version": "1.3.20",
"description": "Registering @effectful/serialization format descriptor for React Element",

@@ -29,3 +29,3 @@ "module": "main.js",

"@babel/core": "^7.7.2",
"@effectful/serialization": "^1.3.15",
"@effectful/serialization": "^1.3.20",
"eslint": "^5.15.1",

@@ -35,3 +35,3 @@ "mocha": "^5.2.0",

},
"gitHead": "4ff815638795b7f84c65b15da977d677586d9144"
"gitHead": "1674db0597a9ad6dc277206d49dc0778e6473185"
}