Socket
Socket
Sign inDemoInstall

@lion/switch

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/switch - npm Package Compare versions

Comparing version 0.10.6 to 0.10.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.10.7](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.6...@lion/switch@0.10.7) (2020-06-18)
**Note:** Version bump only for package @lion/switch
## [0.10.6](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.5...@lion/switch@0.10.6) (2020-06-10)

@@ -8,0 +16,0 @@

42

package.json
{
"name": "@lion/switch",
"version": "0.10.6",
"version": "0.10.7",
"description": "A Switch is used for switching a property or feature on and off",
"license": "MIT",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {

@@ -16,22 +13,17 @@ "type": "git",

},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"start": "cd ../../ && yarn dev-server --open packages/switch/README.md",
"test": "cd ../../ && yarn test:browser --grep \"packages/switch/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/switch/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"switch"
],
"main": "index.js",
"module": "index.js",
"files": [
"*.js",
"docs",
"src",
"test",
"translations",
"*.js"
"translations"
],
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"start": "cd ../../ && yarn dev-server --open packages/switch/README.md",
"test": "cd ../../ && yarn test:browser --grep \"packages/switch/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/switch/test/**/*.test.js\""
},
"sideEffects": [

@@ -42,6 +34,14 @@ "lion-switch.js",

"dependencies": {
"@lion/core": "0.7.1",
"@lion/form-core": "0.1.5"
"@lion/core": "0.7.2",
"@lion/form-core": "0.1.6"
},
"gitHead": "0f7ee151e0734295198288d38d69e4bf7f4897c1"
"keywords": [
"lion",
"switch",
"web-components"
],
"publishConfig": {
"access": "public"
},
"gitHead": "8958b2fa02d3b0c39120d405c5284aa01990a524"
}
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