Socket
Socket
Sign inDemoInstall

@assemble-inc/apple-ui

Package Overview
Dependencies
Maintainers
6
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assemble-inc/apple-ui - npm Package Compare versions

Comparing version 0.0.140 to 0.0.141

39

package.json
{
"name": "@assemble-inc/apple-ui",
"version": "0.0.140",
"version": "0.0.141",
"description": "Assemble Component Library",

@@ -8,5 +8,4 @@ "author": "Assemble Frontend Team",

"main": "./dist/style.css",
"files": [
"dist"
],
"module": "./dist/style.css",
"types": "./dist/style.css.d.ts",
"publishConfig": {

@@ -17,21 +16,25 @@ "access": "public",

"enginesStrict": true,
"engines": {
"node": "^12.16.0 || ^14.17.0 || >=16.0.0",
"npm": "please-use-yarn",
"yarn": ">=1.22.3"
},
"files": [
"dist/style.css"
],
"scripts": {
"compile": "tailwindcss -c ./tailwind.config.js -i ./src/style.scss -o ./dist/style.css",
"build": "rollup -c && yarn compile",
"prepare": "rm -rf ./dist && yarn build"
"dev": "vite",
"build": "vite build",
"postbuild": "copyfiles -u 1 src/util/css-variables.css dist/",
"preview": "vite preview"
},
"devDependencies": {
"@assemble-inc/tsconfig": "*",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"rollup": "^2.67.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.55.0",
"tailwindcss": "^3.0.24",
"typed-scss-modules": "^7.0.1",
"typescript": "^4.9.5"
"copyfiles": "^2.4.1",
"typescript": "^4.9.5",
"vite": "^4.1.0"
},
"dependencies": {
"sass": "^1.58.0"
}
}

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