Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-formly

Package Overview
Dependencies
Maintainers
2
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-formly - npm Package Compare versions

Comparing version 7.2.2 to 7.2.3

15

package.json
{
"name": "angular-formly",
"version": "7.2.2",
"version": "7.2.3",
"author": "Astrism <astrisms@gmail.com>",

@@ -27,10 +27,8 @@ "contributors": [

"scripts": {
"build:dist": "cross-env NODE_ENV=development webpack --progress --colors",
"build:prod": "cross-env NODE_ENV=production webpack --progress --colors",
"build:dist": "webpack --progress --colors --set-env-NODE_ENV=development",
"build:prod": "webpack --progress --colors --set-env-NODE_ENV=production",
"build": "npm run build:dist & npm run build:prod",
"test": "cross-env COVERAGE=true NODE_ENV=test karma start --single-run",
"test:ci": "CI=true COVERAGE=true NODE_ENV=test karma start --single-run",
"test:watch": "cross-env COVERAGE=true NODE_ENV=test karma start",
"test:debug": "cross-env NODE_ENV=test karma start --browsers Chrome",
"start:mac": "npm run test:mac",
"test": "karma start --single-run --set-env-COVERAGE=true --set-env-NODE_ENV=test",
"test:watch": "karma start --set-env-COVERAGE=true --set-env-NODE_ENV=test",
"test:debug": "karma start --browsers Chrome --set-env-NODE_ENV=test",
"start": "npm run test:watch",

@@ -65,3 +63,2 @@ "check-coverage": "istanbul check-coverage --statements 93 --branches 89 --functions 92 --lines 92",

"cracks": "3.1.1",
"cross-env": "1.0.1",
"cz-conventional-changelog": "1.1.4",

@@ -68,0 +65,0 @@ "deindent": "0.1.0",

3

src/providers/formlyConfig.js

@@ -31,4 +31,3 @@ import angular from 'angular-fix';

defaultHideDirective: 'ng-if',
getFieldId: null,
explicitAsync: false
getFieldId: null
},

@@ -35,0 +34,0 @@ templateManipulators: {

Sorry, the diff of this file is not supported yet

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

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

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