New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

driver-worker

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

driver-worker - npm Package Compare versions

Comparing version 0.6.6-8 to 0.6.6-9

2

lib/set-style.js

@@ -72,3 +72,3 @@ "use strict";

Object.keys(PREFIX_PROP_VALS).forEach(function (prop) {
var rule = PREFIX_PROPS[prop];
var rule = PREFIX_PROP_VALS[prop];

@@ -75,0 +75,0 @@ StylePrefixer[prop] = function (value) {

{
"name": "driver-worker",
"version": "0.6.6-8",
"version": "0.6.6-9",
"description": "Worker driver for Rax",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -72,3 +72,3 @@ const PREFIX_PROPS = {

Object.keys(PREFIX_PROP_VALS).forEach((prop) => {
const rule = PREFIX_PROPS[prop];
const rule = PREFIX_PROP_VALS[prop];
StylePrefixer[prop] = (value, style = {}) => {

@@ -108,2 +108,2 @@ if (value === rule) {

}
}
}
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