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

@fullcalendar/react

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullcalendar/react - npm Package Compare versions

Comparing version 5.0.0-beta.2 to 5.0.0-beta.3

CHANGELOG.md

66

package.json
{
"name": "@fullcalendar/react",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"title": "FullCalendar React Component",

@@ -18,4 +18,24 @@ "description": "An official FullCalendar component for React",

},
"module": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist"
],
"sideEffects": true,
"scripts": {
"build": "tsc -p tsconfig.json",
"watch": "tsc -p tsconfig.json --sourceMap --watch",
"clean": "rm -rf dist tmp",
"rollup": "rollup -c",
"rollup:watch": "rollup -c --watch",
"karma": "karma start --browsers ChromeHeadless --single-run --no-auto-watch",
"karma:watch": "karma start",
"test": "npm run rollup && npm run karma",
"test:watch": "npm run rollup && concurrently 'npm:rollup:watch' 'npm:karma:watch'",
"lint": "eslint -c eslint.json tests --ext .js,.jsx && tslint --project .",
"ci": "./scripts/ci.sh"
},
"dependencies": {
"@fullcalendar/core": "5.0.0-beta.2"
"@fullcalendar/common": "5.0.0-beta.3",
"tslib": "^1.9.3"
},

@@ -26,5 +46,39 @@ "peerDependencies": {

},
"main": "main.umd.js",
"module": "main.esm.js",
"types": "main.d.ts"
}
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@fullcalendar/daygrid": "5.0.0-beta.3",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-replace": "^2.3.2",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"babel-eslint": "^10.1.0",
"concurrently": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"karma": "^5.0.4",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^3.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-testing-library": "^6.0.2",
"rollup": "^1.31.0",
"rollup-plugin-postcss": "^2.0.3",
"tslib": "^1.11.1",
"tslint": "^5.20.1",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.8.3"
}
}
main.d.ts
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