Socket
Socket
Sign inDemoInstall

react-timeline-scribble

Package Overview
Dependencies
36
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

.babelrc

25

package.json
{
"name": "react-timeline-scribble",
"version": "1.0.3",
"version": "1.0.4",
"description": "React Timeline component",
"main": "build/index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack -p"
"build": "parcel build src/index.jsx"
},
"author": "Igor Kamyshev",
"babel": {
"presets": [
"env"
],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx",
"transform-class-properties"
]
},
"keywords": [

@@ -39,9 +27,6 @@ "timeline"

"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"eslint-plugin-class-property": "^1.1.0",
"webpack": "^3.10.0"
"babel-preset-react": "^6.24.1",
"parcel-bundler": "^1.5.1"
}
}

@@ -0,2 +1,8 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/TheNovel/react-timeline-scribble.svg?branch=master)](https://travis-ci.org/TheNovel/react-timeline-scribble)
# react-timeline-scribble
React Timeline component
## Install
`yarn add react-timeline-scribble`
yarn.lock

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc