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

css-in-js-utils

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-in-js-utils - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

15

es/index.js

@@ -13,15 +13,2 @@ import assignStyle from './assignStyle';

import unprefixValue from './unprefixValue';
export default {
assignStyle: assignStyle,
camelCaseProperty: camelCaseProperty,
cssifyDeclaration: cssifyDeclaration,
cssifyObject: cssifyObject,
hyphenateProperty: hyphenateProperty,
isPrefixedProperty: isPrefixedProperty,
isPrefixedValue: isPrefixedValue,
isUnitlessProperty: isUnitlessProperty,
normalizeProperty: normalizeProperty,
resolveArrayValue: resolveArrayValue,
unprefixProperty: unprefixProperty,
unprefixValue: unprefixValue
};
export { assignStyle, camelCaseProperty, cssifyDeclaration, cssifyObject, hyphenateProperty, isPrefixedProperty, isPrefixedValue, isUnitlessProperty, normalizeProperty, resolveArrayValue, unprefixProperty, unprefixValue };

27

lib/index.js

@@ -6,2 +6,3 @@ "use strict";

});
exports.unprefixValue = exports.unprefixProperty = exports.resolveArrayValue = exports.normalizeProperty = exports.isUnitlessProperty = exports.isPrefixedValue = exports.isPrefixedProperty = exports.hyphenateProperty = exports.cssifyObject = exports.cssifyDeclaration = exports.camelCaseProperty = exports.assignStyle = undefined;

@@ -58,15 +59,13 @@ var _assignStyle = require("./assignStyle");

exports["default"] = {
assignStyle: _assignStyle2["default"],
camelCaseProperty: _camelCaseProperty2["default"],
cssifyDeclaration: _cssifyDeclaration2["default"],
cssifyObject: _cssifyObject2["default"],
hyphenateProperty: _hyphenateProperty2["default"],
isPrefixedProperty: _isPrefixedProperty2["default"],
isPrefixedValue: _isPrefixedValue2["default"],
isUnitlessProperty: _isUnitlessProperty2["default"],
normalizeProperty: _normalizeProperty2["default"],
resolveArrayValue: _resolveArrayValue2["default"],
unprefixProperty: _unprefixProperty2["default"],
unprefixValue: _unprefixValue2["default"]
};
exports.assignStyle = _assignStyle2["default"];
exports.camelCaseProperty = _camelCaseProperty2["default"];
exports.cssifyDeclaration = _cssifyDeclaration2["default"];
exports.cssifyObject = _cssifyObject2["default"];
exports.hyphenateProperty = _hyphenateProperty2["default"];
exports.isPrefixedProperty = _isPrefixedProperty2["default"];
exports.isPrefixedValue = _isPrefixedValue2["default"];
exports.isUnitlessProperty = _isUnitlessProperty2["default"];
exports.normalizeProperty = _normalizeProperty2["default"];
exports.resolveArrayValue = _resolveArrayValue2["default"];
exports.unprefixProperty = _unprefixProperty2["default"];
exports.unprefixValue = _unprefixValue2["default"];
{
"name": "css-in-js-utils",
"version": "3.0.3",
"version": "3.0.4",
"description": "Useful utility functions for CSS in JS solutions",

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

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