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

@team-comit/styled-components-theme

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@team-comit/styled-components-theme - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

build/ComitStyleProvider.d.ts
import { PropsWithChildren } from "react";
import { theme } from "./theme";
export declare const ComitStyleProvider: ({ children }: PropsWithChildren) => JSX.Element;
declare module "styled-components" {
type CustomTheme = typeof theme;
interface DefaultTheme extends CustomTheme {
}
}
//# sourceMappingURL=ComitStyleProvider.d.ts.map

5

package.json
{
"name": "@team-comit/styled-components-theme",
"version": "1.0.1",
"version": "1.0.2",
"main": "./build/index.js",

@@ -11,3 +11,4 @@ "types": "./build/index.d.ts",

"build:bundle": "node ./esbuild.config.js",
"build:type": "yarn pnpify tsc"
"build:type": "yarn build:clean && yarn pnpify tsc",
"pre-release": "yarn pack"
},

@@ -14,0 +15,0 @@ "devDependencies": {

build/ComitStyleProvider.d.ts.map

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