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

@team-griffin/css-sides

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@team-griffin/css-sides - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/index.js

@@ -35,3 +35,3 @@ 'use strict';

var cssSides = function cssSides(prop, sides, value) {
return (0, _cssLonghand2.default)(prop, (0, _lodash2.default)(sidesMap, function (result, idx) {
return (0, _cssLonghand2.default)(prop, (0, _lodash2.default)(sidesMap[sides], function (result, idx) {
return _extends({}, result, _defineProperty({}, actualSides[idx], value));

@@ -38,0 +38,0 @@ }, {}));

{
"name": "@team-griffin/css-sides",
"version": "0.1.0",
"version": "0.1.1",
"main": "lib/index.js",

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

@@ -24,3 +24,3 @@ import cssLonghand from '@team-griffin/css-longhand';

const cssSides = (prop, sides, value) => {
return cssLonghand(prop, reduce(sidesMap, (result, idx) => {
return cssLonghand(prop, reduce(sidesMap[sides], (result, idx) => {
return {

@@ -27,0 +27,0 @@ ...result,

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