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

@culturehq/add-to-calendar

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@culturehq/add-to-calendar - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/AddToCalendar.js

9

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [0.2.0] - 2018-12-19
### Changed
- Document the default wording using the `defaultProps` static value.
## [0.1.0] - 2018-12-06

@@ -14,3 +18,4 @@ ### Added

[Unreleased]: https://github.com/CultureHQ/add-to-calendar/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/CultureHQ/components/compare/d105a7...v0.1.0
[Unreleased]: https://github.com/CultureHQ/add-to-calendar/compare/0.2.0...HEAD
[0.2.0]: https://github.com/CultureHQ/add-to-calendar/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/CultureHQ/add-to-calendar/compare/d105a7...v0.1.0
{
"name": "@culturehq/add-to-calendar",
"version": "0.1.0",
"version": "0.2.0",
"description": "A small package for adding an event to a calendar.",
"main": "dist/index.js",
"main": "dist/AddToCalendar.js",
"scripts": {

@@ -30,5 +30,6 @@ "build": "yarn build:js && yarn build:docs",

"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@culturehq/eslint-config": "^0.2.0",
"babel-core": "^7.0.0-0",

@@ -38,5 +39,4 @@ "babel-eslint": "^10.0.1",

"babel-loader": "^8.0.4",
"css-loader": "^1.0.0",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"css-loader": "^2.0.1",
"eslint": "^5.10.0",
"eslint-plugin-import": "^2.14.0",

@@ -48,5 +48,5 @@ "eslint-plugin-jsx-a11y": "^6.1.2",

"react-dom": "^16.7.0-alpha.2",
"react-testing-library": "^5.3.1",
"react-testing-library": "^5.4.1",
"style-loader": "^0.23.0",
"webpack": "^4.27.0",
"webpack": "^4.28.0",
"webpack-cli": "^3.1.0",

@@ -53,0 +53,0 @@ "webpack-dev-server": "^3.1.9"

# @culturehq/add-to-calendar
[![Package Version](https://img.shields.io/npm/v/@culturehq/add-to-calendar.svg)](https://www.npmjs.com/package/@culturehq/add-to-calendar)
A small package for adding an event to a calendar.

@@ -9,3 +11,3 @@

```jsx
```javascript
<AddToCalendar

@@ -42,8 +44,4 @@ event={{

## Credit
This package is
## Testing locally
You can run the tests by running `yarn test` and lint by running `yarn lint`. You can run the local server by running `yarn start` which will start the docs server on `http://localhost:8080`.
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