Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5.4 to 0.6.0

4

cjs/index.js

@@ -163,6 +163,4 @@ "use strict"

function omit(options) {
const propsKeys = options.propsKeys || ["theme"]
if (!propsKeys.includes("theme")) propsKeys.push("theme")
return filter({
propsKeys,
propsKeys: options.propsKeys,
renderers: options.renderers,

@@ -169,0 +167,0 @@ initial: (props) => Object.assign({}, props),

@@ -159,6 +159,4 @@ const PX_SCALE = [0, 2, 4, 8, 16, 32, 64, 128, 256, 512]

function omit(options) {
const propsKeys = options.propsKeys || ["theme"]
if (!propsKeys.includes("theme")) propsKeys.push("theme")
return filter({
propsKeys,
propsKeys: options.propsKeys,
renderers: options.renderers,

@@ -165,0 +163,0 @@ initial: (props) => Object.assign({}, props),

{
"name": "onno",
"license": "MIT",
"version": "0.5.4",
"version": "0.6.0",
"homepage": "https://onnojs.com",

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

},
"gitHead": "ec06cad8206dcca01624ecfb1708fb4917adf593"
"gitHead": "7b2461c415e9a8a902515f82bf734805d7b4aa6d"
}
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