Socket
Socket
Sign inDemoInstall

@lion/field

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/field - npm Package Compare versions

Comparing version 0.12.2 to 0.13.0

11

CHANGELOG.md

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

# [0.13.0](https://github.com/ing-bank/lion/compare/@lion/field@0.12.2...@lion/field@0.13.0) (2020-05-18)
### Features
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
## [0.12.2](https://github.com/ing-bank/lion/compare/@lion/field@0.12.1...@lion/field@0.12.2) (2020-04-29)

@@ -8,0 +19,0 @@

15

package.json
{
"name": "@lion/field",
"version": "0.12.2",
"version": "0.13.0",
"description": "Fields are the most fundamental building block of the Form System",

@@ -18,4 +18,4 @@ "author": "ing-bank",

"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/field/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/field/test/**/*.test.js\""
"test": "cd ../../ && yarn test:browser --grep \"packages/field/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/field/test/**/*.test.js\""
},

@@ -39,7 +39,10 @@ "keywords": [

],
"sideEffects": [
"lion-field.js"
],
"dependencies": {
"@lion/core": "0.5.2",
"@lion/validate": "0.9.2"
"@lion/core": "0.6.0",
"@lion/validate": "0.10.0"
},
"gitHead": "2476211c21e3f785a909c71e8f94ff307fc6a4fc"
"gitHead": "f9ce60c08cf0c608f5f3a9ef9937c536f7782c11"
}
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