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

@master/css.webpack

Package Overview
Dependencies
Maintainers
2
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/css.webpack - npm Package Compare versions

Comparing version 2.0.0-beta.48 to 2.0.0-beta.49

57

package.json

@@ -1,56 +0,1 @@

{
"name": "@master/css.webpack",
"scripts": {
"build:cjs": "esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --minify --sourcemap --platform=node --external:@master/css --external:@master/css.compiler",
"build:esm": "esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node --external:@master/css --external:@master/css.compiler",
"build": "npm run build:cjs && npm run build:esm && tsc --emitDeclarationOnly",
"dev:cjs": "npm run build:cjs -- --watch",
"dev:esm": "npm run build:esm -- --watch",
"lint": "eslint ./src"
},
"license": "MIT",
"description": "Compile Master CSS ahead of time with zero-configuration integration with build tools",
"author": "Aoyue Design LLC.",
"funding": "https://docs.master.co/css/donate",
"homepage": "https://css.master.co",
"bugs": {
"url": "https://github.com/master-co/css/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/master-co/css.git",
"directory": "packages/webpack"
},
"keywords": [
"webpack",
"plugin",
"integration",
"vite",
"parcel",
"build tools",
"css",
"mastercss",
"vite-plugin"
],
"sideEffects": false,
"main": "./dist/index.cjs",
"jsnext:main": "./dist/index.mjs",
"esnext": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"dependencies": {
"@master/css": "*",
"@master/css.compiler": "*"
},
"version": "2.0.0-beta.48"
}
{"name":"@master/css.webpack","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --minify --sourcemap --platform=node --external:@master/css --external:@master/css.compiler","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node --external:@master/css --external:@master/css.compiler","build":"npm run build:cjs && npm run build:esm && tsc --emitDeclarationOnly","dev:cjs":"npm run build:cjs -- --watch","dev:esm":"npm run build:esm -- --watch","lint":"eslint ./src"},"license":"MIT","description":"Compile Master CSS ahead of time with zero-configuration integration with build tools","author":"Aoyue Design LLC.","funding":"https://docs.master.co/css/donate","homepage":"https://css.master.co","bugs":{"url":"https://github.com/master-co/css/issues"},"repository":{"type":"git","url":"https://github.com/master-co/css.git","directory":"packages/webpack"},"keywords":["webpack","plugin","integration","vite","parcel","build tools","css","mastercss","vite-plugin"],"sideEffects":false,"main":"./dist/index.cjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"dependencies":{"@master/css":"*","@master/css.compiler":"*"},"version":"2.0.0-beta.49"}
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