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.1.15 to 0.1.16

10

package.json
{
"name": "hig-vanilla",
"version": "0.1.15",
"version": "0.1.16",
"description": "Stateless implementation in pure CSS, HTML and JS with no framework dependecies",

@@ -13,3 +13,3 @@ "main": "lib/hig.js",

"build-icons": "node src/basics/icons/build/build.js",
"deploy": "npm run lib && surge .",
"deploy": "yarn lib && surge .",
"dev-server": "webpack-dev-server --open --config webpack.dev.js",

@@ -24,3 +24,3 @@ "gemini": "concurrently 'http-server' 'gemini test dev/gemini/*' --kill-others",

"lint-fix": "eslint --ext .jsx,.js dev src --fix",
"test": "npm run gemini",
"test": "yarn gemini",
"watch": "webpack --watch --config webpack.dev.js"

@@ -33,3 +33,3 @@ },

"author": "Autodesk Inc.",
"license": "Apache 2.0",
"license": "Apache-2.0",
"homepage": "http://hig.autodesk.com",

@@ -74,4 +74,4 @@ "devDependencies": {

"dependencies": {
"hig-interface": "^0.1.10"
"hig-interface": "^0.1.11"
}
}

@@ -6,5 +6,7 @@ # hig-vanilla

We use [Yarn](https://yarnpkg.com) for development.
```bash
npm install
npm run lib # compiles library into lib/
yarn
yarn lib # compiles library into lib/
```

@@ -11,0 +13,0 @@

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