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

@master/css-compiler

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/css-compiler - npm Package Compare versions

Comparing version 2.0.0-beta.8 to 2.0.0-beta.9

dist/index.cjs

19

package.json

@@ -25,4 +25,4 @@ {

"scripts": {
"build:cjs": "esbuild src/index.ts --bundle --outfile=dist/index.cjs.js --format=cjs --platform=node --external:@master/css --external:chalk",
"build:esm": "esbuild src/index.ts --bundle --outfile=dist/index.esm.js --format=esm --platform=node --external:@master/css --external:chalk",
"build:cjs": "esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --platform=node --external:@master/css --external:chalk",
"build:esm": "esbuild src/index.ts --bundle --outfile=dist/index.ejs --format=esm --platform=node --external:@master/css --external:chalk",
"dev:cjs": "npm run build:cjs -- --watch",

@@ -34,13 +34,12 @@ "dev:esm": "npm run build:esm -- --watch",

},
"type": "module",
"main": "./dist/index.cjs.js",
"jsnext:main": "./dist/index.esm.js",
"main": "./dist/index.cjs",
"jsnext:main": "./dist/index.mjs",
"browser": "./dist/index.browser.js",
"esnext": "./dist/index.esm.js",
"module": "./dist/index.esm.js",
"esnext": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"

@@ -149,3 +148,3 @@ }

},
"version": "2.0.0-beta.8"
"version": "2.0.0-beta.9"
}
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