Socket
Socket
Sign inDemoInstall

hig-vanilla

Package Overview
Dependencies
Maintainers
6
Versions
384
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hig-vanilla - npm Package Compare versions

Comparing version 0.2.0-alpha.182edcc9 to 0.2.0-alpha.18da9628

18

package.json

@@ -11,3 +11,3 @@ {

},
"version": "0.2.0-alpha.182edcc9",
"version": "0.2.0-alpha.18da9628",
"main": "lib/hig.js",

@@ -18,18 +18,13 @@ "files": [

"scripts": {
"build": "webpack -p --config webpack.prod.js",
"build-icons": "node src/basics/icons/build/build.js",
"deploy": "yarn lib && surge .",
"dev-server": "webpack-dev-server --open --config webpack.dev.js",
"gemini": "concurrently 'http-server' 'gemini test dev/gemini/*' --kill-others",
"gemini-ci": "gemini test dev/gemini/* --reporter html --reporter flat",
"gemini-report": "concurrently 'http-server' 'gemini test dev/gemini/* --reporter html --reporter flat' --kill-others",
"gemini-update": "concurrently 'http-server' 'gemini update dev/gemini/*' --kill-others",
"generate-index": "node ./dev/generate-index.js",
"lib": "webpack -p --config webpack.prod.js",
"lint": "eslint --ext .jsx,.js dev src",
"lint-fix": "eslint --ext .jsx,.js dev src --fix",
"test": "yarn gemini",
"lint": "eslint --color --ext .jsx,.js dev src",
"lint-fix": "eslint --color --ext .jsx,.js dev src --fix",
"watch": "webpack --watch --config webpack.dev.js"
},
"dependencies": {
"hig-interface": "0.2.0-alpha.182edcc9"
"hig-interface": "0.2.0-alpha.18da9628"
},

@@ -44,3 +39,2 @@ "devDependencies": {

"babel-preset-stage-2": "^6.24.1",
"concurrently": "^3.4.0",
"css-loader": "^0.26.1",

@@ -56,4 +50,2 @@ "dotenv": "^4.0.0",

"extract-text-webpack-plugin": "^2.0.0-rc.3",
"gemini": "^4.18.1",
"gemini-sauce": "^1.0.1",
"http-server": "^0.10.0",

@@ -60,0 +52,0 @@ "i18next": "^8.1.0",

# hig-vanilla
# DEPRECATION WARNING: this package is no longer getting updates. Use the component packages published in the @hig namespace, and browse their source at [`packages`](..).
The HIG Web implementation consists of `html`, `css` and `js`. You can opt to only consume the `html` and `css` part and write the wrapper against the `interface.json` yourself (hard) or opt to use our `js` wrapper directly (easy).

@@ -28,3 +31,3 @@

more advanced button examples can be found in [the components tests dir](src/components/button/tests/tests-button.html)
More examples can be found in each components' test directories.

@@ -31,0 +34,0 @@ ## Contribute

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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