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

onno-react

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onno-react - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

cjs/index.js

@@ -735,2 +735,6 @@ "use strict"

})
const fontSmoothing = style({
propsKeys: ["fontSmoothing", "fsm"],
styleKeys: ["WebkitFontSmoothing"]
})
const fontStyle = style({

@@ -775,2 +779,3 @@ propsKeys: ["fontStyle", "fst"]

fontSize,
fontSmoothing,
fontStyle,

@@ -912,2 +917,3 @@ fontWeight,

exports.fontSize = fontSize
exports.fontSmoothing = fontSmoothing
exports.fontStyle = fontStyle

@@ -914,0 +920,0 @@ exports.fontWeight = fontWeight

@@ -731,2 +731,6 @@ import { oneOfType, number, string, objectOf, arrayOf } from "prop-types"

})
const fontSmoothing = style({
propsKeys: ["fontSmoothing", "fsm"],
styleKeys: ["WebkitFontSmoothing"]
})
const fontStyle = style({

@@ -771,2 +775,3 @@ propsKeys: ["fontStyle", "fst"]

fontSize,
fontSmoothing,
fontStyle,

@@ -906,2 +911,3 @@ fontWeight,

fontSize,
fontSmoothing,
fontStyle,

@@ -908,0 +914,0 @@ fontWeight,

6

package.json
{
"name": "onno-react",
"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"description": "Onno propTypes for React",

@@ -30,6 +30,6 @@ "homepage": "https://github.com/wagerfield/onno/tree/master/packages/onno-react#readme",

"@types/prop-types": "15.7.1",
"onno": "0.1.1",
"onno": "0.1.2",
"prop-types": "15.7.2"
},
"gitHead": "4676df533538c17c1d8b05f61177f586fa004878"
"gitHead": "5f2759828c790ef6ff9eb09a6c8587f80a5ba528"
}
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