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

css-colors

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-colors - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

test/fixtures/multi.css

2

index.js

@@ -23,3 +23,3 @@

var fn = 'color(' + ret.body + ')'
return color.convert(fn) + convert(ret.post)
return color.convert(fn) + ret.post
}

@@ -26,0 +26,0 @@ }

{
"name": "css-colors",
"description": "CSS Color functions",
"version": "1.0.1",
"version": "1.0.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

@@ -12,2 +12,6 @@

it('should work multiple colors declared', function () {
test('multi')
})
it('should throw on unexpected ends', function () {

@@ -14,0 +18,0 @@ assert.throws(function () {

Sorry, the diff of this file is not supported yet

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