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.0 to 1.0.1

23

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

@@ -8,13 +8,14 @@ "types": "./build/index.d.ts",

"scripts": {
"build": "yarn build:clean && yarn build:type && yarn build:bundle",
"build:clean": "rm -rf ./build",
"build": "yarn build:clean && tsc && node ./esbuild.config.js"
"build:bundle": "node ./esbuild.config.js",
"build:type": "yarn pnpify tsc"
},
"devDependencies": {
"@team-comit/foundation": "1.0.0",
"@types/react": "^18.0.21",
"@types/styled-components": "^5",
"@types/react-dom": "^18",
"@types/styled-components": "^5.1.26",
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.15",
"esbuild": "^0.15.10",
"react": "^18.2.0",
"styled-components": "^5.3.6"
"@yarnpkg/pnpify": "^4.0.0-rc.27",
"esbuild": "^0.15.10"
},

@@ -27,3 +28,9 @@ "files": [

},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.2.4",
"dependencies": {
"@team-comit/foundation": "workspace:*",
"react": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^5.3.6"
}
}

Sorry, the diff of this file is too big to display

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