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

react-layout-builder

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-layout-builder - npm Package Compare versions

Comparing version
2.0.0
to
2.1.0
+6
-6
package.json
{
"name": "react-layout-builder",
"version": "2.0.0",
"version": "2.1.0",
"description": "Build form layout",

@@ -24,3 +24,3 @@ "main": "build/index.js",

"peerDependencies": {
"react": "^15.x.x"
"react": "^16.3.x"
},

@@ -32,8 +32,8 @@ "dependencies": {

"scripts": {
"jest": "NODE_PATH=src:NODE_PATH jest",
"jest": "./../../node_modules/.bin/jest",
"test": "jest",
"jest:watch": "NODE_PATH=src:NODE_PATH jest --watch",
"compile": "babel -d build/ src/",
"prepublish": "babel -d build/ src/"
"jest:watch": "yarn run test --watch",
"compile": "./../../node_modules/.bin/babel -d build/ src/",
"prepublish": "./../../node_modules/.bin/babel -d build/ src/"
}
}

@@ -5,15 +5,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

react-form-utils@^1.0.15:
version "1.0.15"
resolved "https://registry.yarnpkg.com/react-form-utils/-/react-form-utils-1.0.15.tgz#e1e0a19711b5572c827b3778994c750486d60cd5"
dependencies:
form-serialize alvinsj/form-serialize#export-fn
object-assign "^4.x.x"
"form-serialize@github:alvinsj/form-serialize#export-fn":
version "0.7.1"
resolved "https://codeload.github.com/alvinsj/form-serialize/tar.gz/228e1b738c3297bde5c003817fd371d7385e3c59"
object-assign@^4.x.x:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"