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

onno

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onno - npm Package Compare versions

Comparing version 0.4.8 to 0.5.0

4

package.json
{
"name": "onno",
"license": "MIT",
"version": "0.4.8",
"version": "0.5.0",
"homepage": "https://onnojs.com",

@@ -33,3 +33,3 @@ "description": "Responsive style props for building themed design systems",

},
"gitHead": "84782b7f262584deebeb68171a3b7ad03bc50885"
"gitHead": "506e3d988147d8eac78ecdabca32c2f0930de928"
}

@@ -11,3 +11,5 @@ import { PropertiesFallback, Pseudos } from "csstype"

export declare type CSSProperties = PropertiesFallback<Primitive>
export declare type CSSPseudos<P> = { [K in Pseudos]?: CSSProperties & P }
export declare type CSSPseudos<P> = {
[K in Pseudos]?: CSSProperties & P
}
export declare type CSSStyleObject<P> = CSSProperties & CSSPseudos<P> & P

@@ -14,0 +16,0 @@ export declare type ResponsivePropArray<T> = T[]

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