Socket
Socket
Sign inDemoInstall

@tinacms/react-forms

Package Overview
Dependencies
Maintainers
11
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinacms/react-forms - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2-alpha.0

build/FormActions.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.2-alpha.0](https://github.com/tinacms/tinacms/compare/@tinacms/react-forms@0.1.1...@tinacms/react-forms@0.1.2-alpha.0) (2020-04-06)
**Note:** Version bump only for package @tinacms/react-forms
## [0.1.1](https://github.com/tinacms/tinacms/compare/@tinacms/react-forms@0.1.0...@tinacms/react-forms@0.1.1) (2020-04-06)

@@ -8,0 +16,0 @@

33

package.json
{
"name": "@tinacms/react-forms",
"version": "0.1.1",
"version": "0.1.2-alpha.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/react-forms.esm.js",
"typings": "dist/index.d.ts",
"main": "build/index.js",
"typings": "build/index.d.ts",
"files": [
"dist"
"build"
],

@@ -17,11 +16,10 @@ "repository": {

"scripts": {
"watch": "tsdx watch",
"build": "tsdx build",
"dev": "tsdx build",
"test": "tsdx test --env=jsdom",
"lint": "tsdx lint",
"docs": "npx typedoc"
"test": "jest --passWithNoTests",
"watch": "tinacms-scripts watch",
"dev": "tinacms-scripts dev",
"docs": "npx typedoc",
"build": "tinacms-scripts build"
},
"dependencies": {
"@tinacms/form-builder": "^0.3.1",
"@tinacms/form-builder": "^0.3.2-alpha.0",
"react-beautiful-dnd": "^11.0.5",

@@ -32,6 +30,7 @@ "react-dismissible": "^1.1.5"

"@tinacms/forms": "^0.4.0",
"@tinacms/icons": "^0.8.0",
"@tinacms/react-core": "^0.2.10",
"@tinacms/react-modals": "^0.1.1",
"@tinacms/styles": "^0.4.1",
"@tinacms/icons": "^0.9.0-alpha.0",
"@tinacms/react-core": "^0.2.11-alpha.0",
"@tinacms/react-modals": "^0.1.2-alpha.0",
"@tinacms/scripts": "^0.1.13",
"@tinacms/styles": "^0.4.2-alpha.0",
"@types/react-beautiful-dnd": "^11.0.3"

@@ -49,3 +48,3 @@ },

},
"gitHead": "4d74125e00320233a6a0ad1bb9282e801c5229e0"
"gitHead": "4c6ff3e3137a407383d17623da047223b04e7f3e"
}
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