Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tinacms/react-core

Package Overview
Dependencies
Maintainers
11
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinacms/react-core - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11-alpha.0

build/index.d.ts

8

CHANGELOG.md

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

## [0.2.11-alpha.0](https://github.com/tinacms/tinacms/compare/@tinacms/react-core@0.2.10...@tinacms/react-core@0.2.11-alpha.0) (2020-04-06)
**Note:** Version bump only for package @tinacms/react-core
## [0.2.10](https://github.com/tinacms/tinacms/compare/@tinacms/react-core@0.2.9...@tinacms/react-core@0.2.10) (2020-04-06)

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

25

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

@@ -17,8 +16,7 @@ "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"
},

@@ -32,3 +30,6 @@ "dependencies": {

},
"gitHead": "4d74125e00320233a6a0ad1bb9282e801c5229e0"
"devDependencies": {
"@tinacms/scripts": "^0.1.13"
},
"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