Socket
Socket
Sign inDemoInstall

hig-vanilla

Package Overview
Dependencies
Maintainers
5
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.858daa28 to 0.2.0-alpha.8656cb28

9

package.json

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

},
"version": "0.2.0-alpha.858daa28",
"version": "0.2.0-alpha.8656cb28",
"main": "lib/hig.js",

@@ -23,8 +23,8 @@ "files": [

"generate-index": "node ./dev/generate-index.js",
"lint": "eslint --ext .jsx,.js dev src",
"lint-fix": "eslint --ext .jsx,.js dev src --fix",
"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.858daa28"
"hig-interface": "0.2.0-alpha.8656cb28"
},

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

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

@@ -42,0 +41,0 @@ "dotenv": "^4.0.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

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