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

synesthesia

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synesthesia - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

lib/ranges.js
module.exports = {
'1': /1|0/,
'100': /100|\d?\d/,
'255': /255|(?:25[0-4]|2[0-4]\d|1?\d?\d)/,
'360': /360|(?:3[0-5]\d|[1-2]?\d?\d)/
'100': /100|(?:[1-9]?\d)/,
'255': /255|(?:25[0-4]|2[0-4]\d|1\d\d|[1-9]?\d)/,
'360': /360|(?:3[0-5]\d|[1-2]\d\d|[1-9]?\d)/
};
{
"name": "synesthesia",
"version": "1.0.0",
"version": "1.0.1",
"description": "A collection of regular expressions to match color syntax substrings from a text",

@@ -9,12 +9,15 @@ "main": "lib/index.js",

},
"files": [
"lib"
],
"dependencies": {
"css-color-names": "^0.0.1"
"css-color-names": "0.0.3"
},
"devDependencies": {
"coveralls": "^2.11.1",
"istanbul": "^0.3.0",
"jshint": "^2.5.2",
"mocha": "^1.20.1",
"mocha-lcov-reporter": "0.0.1",
"unexpected": "^3.2.3"
"coveralls": "2.11.9",
"istanbul": "0.4.2",
"jshint": "2.9.1",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.2.0",
"unexpected": "10.11.1"
},

@@ -24,3 +27,3 @@ "scripts": {

"lint": "jshint .",
"travis": "npm run lint && NODE_ENV=development ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
"travis": "npm run lint && istanbul cover _mocha"
},

@@ -27,0 +30,0 @@ "repository": {

Synesthesia
===========
[![NPM version](https://badge.fury.io/js/synesthesia.png)](http://badge.fury.io/js/synesthesia)
[![Build Status](https://travis-ci.org/Munter/synesthesia.png?branch=master)](https://travis-ci.org/Munter/synesthesia)
[![Coverage Status](https://coveralls.io/repos/Munter/synesthesia/badge.png)](https://coveralls.io/r/Munter/synesthesia)
[![Dependency Status](https://david-dm.org/Munter/synesthesia.png)](https://david-dm.org/Munter/synesthesia)
[![NPM version](https://badge.fury.io/js/synesthesia.svg)](http://badge.fury.io/js/synesthesia)
[![Build Status](https://travis-ci.org/Munter/synesthesia.svg?branch=master)](https://travis-ci.org/Munter/synesthesia)
[![Coverage Status](https://coveralls.io/repos/Munter/synesthesia/badge.svg?style=flat)](https://coveralls.io/r/Munter/synesthesia)
[![Dependency Status](https://david-dm.org/Munter/synesthesia.svg)](https://david-dm.org/Munter/synesthesia)

@@ -8,0 +8,0 @@ A collection og regular expressions to find occurences of valid color syntaxes.

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