Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

polished

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polished - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

48

package.json
{
"name": "polished",
"version": "3.0.3",
"description": "A lightweight toolset for writing styles in Javascript.",
"license": "MIT",
"author": "Brian Hough <hello@brianhough.net> (https://polished.js.org)",
"homepage": "https://polished.js.org",
"bugs": "https://github.com/styled-components/polished/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/styled-components/polished.git"
},
"keywords": [
"styled-components",
"polished",
"emotion",
"glamor",
"css-in-js",
"inline-styles",
"react",
"flow",
"typescript"
],
"main": "lib/index.js",
"module": "dist/polished.es.js",
"types": "lib/index.d.ts",
"version": "3.0.2",
"sideEffects": false,
"scripts": {

@@ -46,22 +66,5 @@ "build": "yarn build:lib && yarn build:dist && yarn build:flow && yarn build:docs && yarn build:typescript",

},
"author": "Brian Hough <hello@brianhough.net> (https://polished.js.org)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/styled-components/polished.git"
"dependencies": {
"@babel/runtime": "^7.3.1"
},
"keywords": [
"styled-components",
"polished",
"emotion",
"glamor",
"css-in-js",
"inline-styles",
"react",
"typescript"
],
"bugs": {
"url": "https://github.com/styled-components/polished/issues"
},
"homepage": "https://github.com/styled-components/polished#readme",
"devDependencies": {

@@ -79,2 +82,3 @@ "@babel/cli": "^7.2.3",

"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-preval": "3.0.1",
"concat-stream": "^2.0.0",

@@ -126,6 +130,2 @@ "cross-env": "^5.2.0",

},
"dependencies": {
"@babel/runtime": "^7.3.1",
"babel-plugin-preval": "3.0.1"
},
"husky": {

@@ -132,0 +132,0 @@ "hooks": {

@@ -53,3 +53,3 @@ <a href="https://github.com/styled-components/polished">

`✨ polished` has [TypeScript](https://www.typescriptlang.org/) definitions to allow the library to be used in any TypeScript project.
`✨ polished` has [TypeScript](https://www.typescriptlang.org/) definitions to allow the library to be used in any TypeScript project. You will need to set `moduleResolution` to `node` in your `tsconfig.json` in order to use `✨ polished` with TypeScript.

@@ -56,0 +56,0 @@ ### Babel plugin

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