Socket
Socket
Sign inDemoInstall

coveo-slider

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.3 to 0.9.4

6

package.json
{
"name": "coveo-slider",
"version": "0.9.3",
"version": "0.9.4",
"description": "Coveo's enhanced slider component using HTML5 input range",

@@ -13,5 +13,3 @@ "keywords": [

"scripts": {
"postinstall": "node ./node_modules/tsd/build/cli.js install",
"start": "node ./node_modules/gulp/bin/gulp.js",
"compile": "node ./node_modules/gulp/bin/gulp.js ts sass",
"compile": "node ./node_modules/tsd/build/cli.js install && node ./node_modules/gulp/bin/gulp.js ts sass",
"test": "node ./node_modules/gulp/bin/gulp.js test"

@@ -18,0 +16,0 @@ },

@@ -9,5 +9,5 @@ [![Build Status](https://img.shields.io/travis/coveo/styleguide.svg?style=flat-square)](https://travis-ci.org/coveo/slider)

It's available on npm `npm install coveo-slider`
It's available on npm `npm install coveo-slider`.
This project is still its early stage and feature will be added when needed
>This project is still its early stage and feature will be added when needed.

@@ -22,3 +22,4 @@ ##Dependencies

### Building
To build the project simply run `npm start` or `gulp` if you have gulp installed as a global dependency.
The project rely on some definition files provided by [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) and use `tsd` to install them. You can install `tsd` globally if you want by running `npm install -g tsd`. You can also run `npm run compile` once. It will download the definition file.
Afterward you can use `gulp` if you have gulp installed as a global dependency to recompile the project and run the tests.

@@ -25,0 +26,0 @@ ### Test locally

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