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 1.79.3 to 1.79.4

2

dist/typings.d.ts

@@ -6,3 +6,3 @@ import { AtomicProps } from '@fower/atomic-props';

import React from 'react';
export declare type ComponentProps<T extends As> = Omit<React.ComponentProps<T>, 'ref'> & {
export declare type ComponentProps<T extends As> = React.ComponentProps<T> & {
as?: As;

@@ -9,0 +9,0 @@ };

{
"name": "@fower/core",
"version": "1.79.3",
"version": "1.79.4",
"license": "MIT",

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

"string-hash": "^1.1.3",
"@fower/atomic-props": "1.79.3",
"@fower/css-object-processor": "1.79.3",
"@fower/utils": "1.79.3",
"@fower/color-helper": "1.79.3"
"@fower/atomic-props": "1.79.4",
"@fower/color-helper": "1.79.4",
"@fower/css-object-processor": "1.79.4",
"@fower/utils": "1.79.4"
},

@@ -26,0 +26,0 @@ "devDependencies": {

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