New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aztlan/grid

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aztlan/grid - npm Package Compare versions

Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.9

LICENSE

21

package.json
{
"name": "@aztlan/grid",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.9",
"license": "MPLv2",
"main": "dist/main.min.css",
"main": "src/_main.scss",
"scripts": {
"compile": "sass src/main.scss dist/main.css && npm run filesize -- dist/main.css",
"compile": "sass src/main.scss dist/main.css -I node_modules -I ../../node_modules && npm run filesize -- dist/main.css",
"minify": "postcss dist/main.css -o dist/main.min.css && npm run filesize -- dist/main.min.css",
"build": "npm run compile && npm run minify",
"prepare": "npm run build",
"iprepare": "npm run build",
"filesize": "du --apparent-size -sh ${1}",

@@ -16,9 +16,10 @@ "lint:stylelint": "stylelint src/**/*.scss --rd --rdd --risd --color --formatter verbose",

"devDependencies": {
"@aztlan/stylelint-config": "^0.0.1-alpha.1",
"cssnano": "^6.0.1",
"postcss-cli": "^10.1.0",
"postcss-preset-env": "^9.2.0",
"postcss-scss": "^4.0.9",
"@aztlan/postcss-config": "^0.0.1-alpha.8",
"@aztlan/stylelint-config": "^0.0.1-alpha.2",
"sass": "^1.69.4"
}
},
"dependencies": {
"@aztlan/mixins": "^0.0.1-alpha.8"
},
"gitHead": "ec18dc449e8d18e7179a0fc9fa565de1139db670"
}

@@ -1,14 +0,3 @@

module.exports = {
plugins: {
//'css-mqpacker':{},
'postcss-preset-env':
{
stage: 2,
},
'cssnano': {
'preset':[
'default',
]
}
}
}
const config = require("@aztlan/postcss-config")
module.exports = config

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