Socket
Socket
Sign inDemoInstall

@emotion/styled-base

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/styled-base - npm Package Compare versions

Comparing version 10.0.9 to 10.0.10

2

package.json
{
"name": "@emotion/styled-base",
"version": "10.0.9",
"version": "10.0.10",
"description": "base styled API for emotion",

@@ -5,0 +5,0 @@ "main": "dist/styled-base.cjs.js",

@@ -16,3 +16,3 @@ import * as React from 'react'

export type Omit<T, U> = Pick<T, Exclude<keyof T, U>>
export type Omit<T, U> = T extends any ? Pick<T, Exclude<keyof T, U>> : never
export type Overwrapped<T, U> = Pick<T, Extract<keyof T, keyof U>>

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