Socket
Socket
Sign inDemoInstall

doiuse

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doiuse - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

.travis.yml

31

dist/data/features.js

@@ -39,3 +39,3 @@ var list, matchOutsideOfBrackets, pats;

properties: ['background', 'background-image', 'border-image'],
values: ['linear-gradient', 'repeating-linear-gradient', 'radial-gradient', 'repeating-radial-gradient']
values: [/(^|[^-])linear-gradient/, /(^|[^-])radial-gradient/]
},

@@ -197,3 +197,3 @@ 'css3-boxsizing': {

'pointer-events': {
unimplemented: true
properties: ['pointer-events']
},

@@ -204,28 +204,29 @@ 'css-regions': {

'css-counters': {
unimplemented: true
properties: ['counter-reset', 'counter-increment']
},
'css-resize': {
unimplemented: true
properties: ['resize']
},
'css-repeating-gradients': {
unimplemented: true
properties: [''],
values: ['repeating-linear-gradient', 'repeating-radial-gradient']
},
'getcomputedstyle': {
unimplemented: true
},
'word-break': {
unimplemented: true
properties: ['word-break']
},
'viewport-units': {
unimplemented: true
properties: [''],
values: ['vw', 'vh', 'vmin', 'vmax']
},
'style-scoped': {
unimplemented: true
},
'outline': {
unimplemented: true
properties: ['outline', 'outline-style', 'outline-width', 'outline-color']
},
'css3-cursors': {
unimplemented: true
properties: ['cursor'],
values: ['none', 'context-menu', 'cell', 'vertical-text', 'alias', 'copy', 'no-drop', 'not-allowed', 'nesw-resize', 'nwse-resize', 'col-resize', 'row-resize', 'all-scroll']
},
'css3-cursors-newer': {
properties: ['cursor'],
values: ['zoom-in', 'zoom-out']
},
'css-variables': {

@@ -232,0 +233,0 @@ unimplemented: true

{
"name": "doiuse",
"version": "0.1.2",
"version": "0.1.3",
"description": "Lint CSS for browser support against caniuse database.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

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