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

@storefront-ui/shared

Package Overview
Dependencies
Maintainers
4
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storefront-ui/shared - npm Package Compare versions

Comparing version 0.13.6 to 2.0.0-alpha.0

dist/index.d.ts

52

package.json
{
"name": "@storefront-ui/shared",
"version": "0.13.6",
"description": "",
"main": "index.js",
"author": "Filip Rakowski",
"license": "ISC",
"description": "Shared set of utils and typings used by `@storefront-ui/*` packages",
"version": "2.0.0-alpha.0",
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.modern.js",
"require": "./dist/index.js"
},
"./*": "./*"
},
"source": "index.ts",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"unpkg": "./dist/index.umd.js",
"types": "./dist/index.d.ts",
"scripts": {
"precommit": "lint-staged"
"start:shared": "microbundle watch",
"build:shared": "microbundle --compress"
},
"homepage": "https://docs.storefrontui.io/v2/",
"repository": {
"type": "git",
"url": "git+https://github.com/vuestorefront/sfui2.git"
},
"bugs": {
"url": "https://github.com/vuestorefront/sfui2/issues"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.3",
"lint-staged": "^10.0.7",
"prettier": "^2.0.4",
"stylelint": "^13.3.2",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.17.0"
"microbundle": "0.15.1",
"typescript": "~4.7.4"
},

@@ -25,6 +37,6 @@ "publishConfig": {

},
"lint-staged": {
"*.js": "eslint --fix"
},
"gitHead": "4f81199345bf77b63824c65c2905766fbe70acf5"
}
"files": [
"dist",
"README.md"
]
}
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