Socket
Socket
Sign inDemoInstall

@os-design/styled

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/styled - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/index.d.ts
import { CreateStyled } from '@emotion/styled';
export interface BaseProps {
/**
* Used to apply extra styles by @emotion/styled.
* @default undefined
*/
className?: string;

@@ -8,0 +4,0 @@ }

9

package.json
{
"name": "@os-design/styled",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",

@@ -12,3 +12,4 @@ "main": "lib/index.js",

"clean": "rimraf ./lib",
"build": "yarn clean && tsc"
"build": "yarn clean && tsc",
"ncu": "ncu -u"
},

@@ -22,5 +23,5 @@ "publishConfig": {

"devDependencies": {
"@os-design/theming": "^0.0.3"
"@os-design/theming": "^0.0.4"
},
"gitHead": "bb1423851a43ce777fd4b326bb8a19881424e82e"
"gitHead": "b0835a8f592ae7aac5ebb68a8fec3a2e541c6558"
}

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