New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aofl/form-validate

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/form-validate - npm Package Versions

1
1214

2.0.0-alpha.16

Diff

ariankhosravi
published 2.0.0-alpha.5 •

ariankhosravi
published 1.4.1 •

Changelog

Source

[1.4.1] - 2019-01-07

[Added]

  • lerna setup
  • pr template
  • aofl-js-packages/resource-enumerate - added a new property ready that is a promise that resolves when init() is done fetching config files. get() awaits this promise.

[Changed]

  • issue template
  • cli-tools/cli - generate c changed context to ctx in template.js

[Deprecated]

[Removed]

[Fixed]

  • cli-tools/cli fixed aofl init new/directory
  • Add chrome and firefox addons in travis config for pull requests coming from forked repos

[Security]


ariankhosravi
published 1.4.0 •

Changelog

Source

[1.4.0] - 2018-12-27

[Added]

  • webpack-packages/html-webpack-purify-internal-css-plugin added
  • webpack-packages/webcomponent-css-loader
    • added force option

[Changed]

  • Updated @polymer/lit-element to 0.6.5
  • Updated lit-html to 1.0.0-rc.1
  • Updated web-components-tester to 6.9.2
  • Changelog.md follows keep a changlog guidelines
  • Updated eslint rules to be more lenient
  • lint cli and webpack-packages
  • fixed typo in documentation
  • aofljs-packages
    • store
      • Push store instances to window.aoflDevtools.storeInstances, when window.aoflDevtools exists or the app runs in development mode, instead of exposing a global variable window.storeInstance.

[Deprecated]

[Removed]

[Fixed]

  • cli
    • Fixed issue with child_process.spawn on windows by using cross-spawn. (https://stackoverflow.com/questions/37459717/error-spawn-enoent-on-windows) #11 #12
    • init project ignores .git directory

[Security]


ariankhosravi
published 1.3.0 •

Changelog

Source

[1.3.0] - 2018-12-06

[Added]

  • ci pipeline setup
  • aofljs-packages/aofl-multiselect-list
  • aofljs-packages/aofl-list-option
    • added keyboard interactions
  • aofljs-packages/aofl-select-list
    • added keyboard interactions

[Changed]

  • switched to travis
  • updated README.md
  • upgrade to lit-element@0.6.4
  • upgrade to lit-html@0.14.0
  • moved issue-templates to .github
  • webpack-packages/unit-testing-plugin
    • upgraded web-component-tester to 6.9.0
  • aofljs-packages/aofl-list-option
    • updated to be compatible with aofl-multiselect-list
    • changed string attributes to boolean
  • aofl-js-packages/router
    • update url state is triggered after all 'after' middleware callbacks run successfully
  • cli
    • renamed all bin files to aofl-*
    • generate component adds "-element" if the component name doesn't include a (-)
  • aofljs-packages/aofl-select-list
    • changed string attributes to boolean

[Deprecated]

[Removed]

  • node container to run automation
  • jenkins file added

[Fixed]

[Security]


ariankhosravi
published 1.2.3 •

Changelog

Source

[1.2.3] - 2018-11-20

[Added]

[Changed]

  • cli
    • renamed all bin files to aofl-cli-*

[Deprecated]

[Removed]

[Fixed]

  • Build tools compatible with Windows & Ubuntu
  • cli
    • fixed temp directory path
  • webpack-packages/templating-plugin
    • path.sep fixes to be windows & Ubuntu compatible
  • webpack-packages/webcomponents-css-loader
    • path.sep fixes to be windows & Ubuntu compatible

[Security]


ariankhosravi
published 1.2.1 •

Changelog

Source

[1.2.1] - 2018-11-18

[Added]

  • gh-pages docs created
  • webpack-packages/unit-testing-plugin
    • accepts .wtcrc.js file
  • aofl-js-packages/map-state-properties-mixin
    • calls mapStateProperties function on connectedCallback automatically

[Changed]

  • decreased SauceLabs browsers to 10

[Deprecated]

[Removed]

[Fixed]

  • webpack-packages/i18n-loader
    • Set cacheable to false

[Security]


ariankhosravi
published 1.2.0 •

Changelog

Source

[1.2.0] - 2018-11-06

[Added]

  • Added CODE_OF_CONDUCT.md
  • 100% coverage
  • node container to run automation
  • jenkins file added
  • cli-tools/cli
    • Added icons template
  • webpack-packages/webcomponent-css-loader
    • Add @import paths the modules dependencies.
    • skip pruning on dev
  • webpack-packages/templating-plugin
    • added support for variable webpackConfig.output.publicPath
    • Skip index.js files that do not contain a valid route doc block

[Changed]

  • Updated node packages
  • Adjusted eslint config for indentation
  • Moved babel config out of webpack config
  • Updated saucelabs config
  • cli-tools/cli
    • Updated generate component to match v1.1.0 standards
  • aofl-js-packages
    • Replaced babel-plugin-istanbul with istanbul-instrumenter-loader
    • SauceLabs webpack config does not instrument and .wctrc-ls.json does not include istunbul plugin.
    • Moved wct-istunbul plugin config to .wctrc.json
  • webpack-packages/unit-testing-plugin
    • Replaced web-components-tester-istanbul with wct-instanbul
    • Bundle all tests into 1 suite
  • webpack-packages/templating-plugin
    • complete refactor
    • added getTestContainer()

[Deprecated]

[Removed]

  • RegisterCallback
    • Removed error functions. Next expect an error object or null as the first argument.
  • webpack-packages/unit-testing-plugin
    • removed istanbul plugin from default list
    • moved coverage report assignment to WCT to the top of the test file to fix fatal WCT error when a tests throws a fatal error.
  • webpack-packages/webcomponent-css-loader
    • removed logs

[Fixed]

  • Fixed linting issues
  • web-components/aofl-drawer
    • refactored and added transition-count attribute. Instead of trying to detect multiple transitions.
  • webpack-packages/webcomponent-css-loader
    • Fixed hard crashes
  • webpack-packages/templating-plugin
    • Fixed double build issue
    • Fixed issue with new routes or changes to route docBlock required 2 builds

[Security]


ariankhosravi
published 1.1.2 •

ariankhosravi
published 1.1.0 •

Changelog

Source

[1.1.0] - 2018-10-17

[Added]

  • aofl-js-packages
    • ready for saucelabs integration
  • aofl-js-packages/polyfill-service
    • config object accepts a {test, load} object to do custom checking
  • aofl-js-packages/i18n-mixin
    • Support for multi plural sentences
  • aofl-js-packages/router
    • Router holds reference to matchedRoute
  • webpack-packages/i18n-auto-id-loader
  • webpack-packages/webcomponent-css-loader
  • webpack-packages/templating-plugin
    • added support for baseurl and webpack output dir
  • aofl-js-packages/rotations
    • Adds several more unit tests covering all methods, w/minor refactoring

[Changed]

  • aofl-js-packages
    • upgraded lit-element to 0.6.2
    • moved tests to root of each module
    • transferred documentation examples to stackblitz and removed documentation projects
    • Updated jsdoc comments and new jsdoc theme
  • aofl-js-packages/i18n-mixin
    • Refactored to cover all requirements from the translators
  • aofl-js-packages/rotations
    • Allows qualify functions to return primitive values or promises, adds unit test for qualify order
  • webpack-packages/i18n-loader
    • Refactored to work with the updated system
  • cli/cli-tools
    • Refactored i18n. Now uses lexical analysis to find translation strings
  • @aofl/rotations
    • Complete refactor

[Deprecated]

[Removed]

  • aofl-js-packages/resource-enumerate
    • Config object no longer supports local/stageRegex. Instead environment is passed to constructor.

[Fixed]

  • aofl-js-packages
    • fix and updated unit tests for all browsers
  • aofl-js-packages/rotations
    • Fixes bug causing erratic weighted rotations
  • webpack-packages/templating-plugin
    • Fixed prod builds

[Security]


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