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

material-components-web-inferno

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-components-web-inferno - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

demo/package.json

21

package.json
{
"name": "material-components-web-inferno",
"version": "0.1.1",
"version": "0.1.2",
"description": "Don't use this module yet! I'm working on development.",
"main": "dist/index.min.js",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"author": {

@@ -18,11 +19,17 @@ "name": "Troy Tae",

},
"dependencies": {
"inferno": "^7.1.9",
"@material/button": "^2.0.0"
},
"devDependencies": {
"tslib": "^1.9.3",
"clean-webpack-plugin": "^2.0.1",
"ts-transform-inferno": "^4.0.2",
"ts-loader": "^5.4.5",
"typescript": "^3.4.5",
"rollup": "^1.11.3",
"rollup-plugin-uglify": "^6.0.2",
"rollup-plugin-typescript": "^1.0.1"
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2"
},
"scripts": {
"build": "rollup --config bin/rollup.config.js"
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production"
},

@@ -29,0 +36,0 @@ "license": "MIT",

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