Socket
Socket
Sign inDemoInstall

@fower/core

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fower/core - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

dist/atom.d.ts

@@ -5,3 +5,3 @@ import * as CSS from 'csstype';

/**
* @example p2,mx4,left10,spaceX4...
* @example p2,mx4,left10,gap4...
* @example p-20,opacity-80

@@ -8,0 +8,0 @@ */

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

/**
* @example p2,mx4,left10,spaceX4...
* @example p2,mx4,left10,gap4...
* @example p-20,opacity-80

@@ -422,3 +422,3 @@ */

/**
* match props link: m4,mx2,mt9, spaceX4...
* match props link: m4,mx2,mt9, gap4...
* to m4 -> [ key: m, value: 4 ]

@@ -425,0 +425,0 @@ * to m-20 -> [ key: m, value: 20 ]

@@ -225,3 +225,3 @@ import deepmerge from 'deepmerge';

/**
* @example p2,mx4,left10,spaceX4...
* @example p2,mx4,left10,gap4...
* @example p-20,opacity-80

@@ -416,3 +416,3 @@ */

/**
* match props link: m4,mx2,mt9, spaceX4...
* match props link: m4,mx2,mt9, gap4...
* to m4 -> [ key: m, value: 4 ]

@@ -419,0 +419,0 @@ * to m-20 -> [ key: m, value: 20 ]

@@ -5,3 +5,3 @@ import { Atom } from './atom';

/**
* @example p2,mx4,left10,spaceX4...
* @example p2,mx4,left10,gap4...
* @example p-20,opacity-80

@@ -8,0 +8,0 @@ */

{
"name": "@fower/core",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",

@@ -20,10 +20,9 @@ "main": "dist/index.js",

"string-hash": "^1.1.3",
"@fower/atomic-props": "2.0.0",
"@fower/color-helper": "2.0.0",
"@fower/css-object-processor": "2.0.0",
"@fower/utils": "2.0.0"
"@fower/atomic-props": "2.1.0",
"@fower/color-helper": "2.1.0",
"@fower/css-object-processor": "2.1.0",
"@fower/utils": "2.1.0"
},
"devDependencies": {
"@types/string-hash": "^1.1.1",
"tsup": "^6.5.0"
"@types/string-hash": "^1.1.1"
},

@@ -30,0 +29,0 @@ "scripts": {

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