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

stylis

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylis - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

dist/stylis.mjs

14

package.json
{
"name": "stylis",
"version": "4.0.1",
"version": "4.0.2",
"license": "MIT",

@@ -12,4 +12,4 @@ "description": "A Light–weight CSS Preprocessor",

"type": "module",
"main": "dist/stylis.umd.js",
"module": "dist/stylis.esm.js",
"main": "dist/stylis.cjs",
"module": "dist/stylis.mjs",
"exports": {

@@ -29,4 +29,5 @@ "import": "./index.js",

"spec": "mocha --harmony --require esm script/setup.js --recursive test",
"prebuild": "rimraf dist",
"build": "rollup --config script/build.js --configSrc ./",
"start": "rollup --config script/build.js --configSrc ./ --watch",
"start": "npm run build -- --watch",
"prepare": "npm run build",

@@ -39,3 +40,2 @@ "postversion": "git push --follow-tags && npm publish",

"devDependencies": {
"stylis": "./",
"chai": "4.2.0",

@@ -46,5 +46,7 @@ "eslint": "6.8.0",

"nyc": "15.0.0",
"rimraf": "3.0.2",
"rollup": "1.28.0",
"rollup-plugin-size": "0.2.1",
"rollup-plugin-terser": "5.1.3",
"rollup-plugin-size": "0.2.1"
"stylis": "./"
},

@@ -51,0 +53,0 @@ "nyc": {

@@ -9,4 +9,4 @@ # STYLIS

[![Size](https://badgen.net/bundlephobia/minzip/stylis)](https://bundlephobia.com/result?p=stylis)
[![Licence](https://badgen.net/badge/license/MIT/blue)](https://github.com/dyo/dyo/blob/master/LICENSE.md)
[![NPM](https://badgen.net/npm/v/dyo)](https://www.npmjs.com/package/dyo)
[![Licence](https://badgen.net/badge/license/MIT/blue)](https://github.com/thysultan/stylis.js/blob/master/LICENSE)
[![NPM](https://badgen.net/npm/v/dyo)](https://www.npmjs.com/package/stylis)

@@ -13,0 +13,0 @@ ## Installation

Sorry, the diff of this file is not supported yet

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