Socket
Socket
Sign inDemoInstall

react-image-timeline

Package Overview
Dependencies
5
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

dist/timeline.css

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./es5/timeline');
module.exports = require('./dist/timeline');
{
"name": "react-image-timeline",
"version": "0.1.6",
"version": "0.1.7",
"description": "react-image-timeline",

@@ -8,4 +8,4 @@ "main": "index.js",

"example": "node example",
"build-example": "webpack --config webpack.config.build.example && cp example/index.html dist/example/index.html",
"build": "./node_modules/.bin/babel lib --presets es2015,react,stage-0 --out-dir es5 && cp lib/timeline.css es5/timeline.css",
"build-example": "webpack --config webpack.config.build.example && cp example/index.html dist-example/index.html",
"build": "./node_modules/.bin/babel lib --presets es2015,react,stage-0 --out-dir dist && cp lib/timeline.css dist/timeline.css && cp lib/timeline.scss dist/timeline.scss",
"prepublish": "npm run build",

@@ -12,0 +12,0 @@ "test": "mocha test/.setup.js test/**/*_test.js --compilers js:babel-register --require ignore-styles"

@@ -28,2 +28,3 @@ #React Image Timeline

const events = require('events.json'); // See sample data below
require('react-image-timeline/dist/timeline.css'); // Alternatively, use your own customized css

@@ -30,0 +31,0 @@ ReactDOM.render(<Timeline events={events} />, document.getElementById('root'));

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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