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

@aofl/object-utils

Package Overview
Dependencies
Maintainers
2
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/object-utils - npm Package Versions

1
1315

1.0.0-beta.27

Diff

Changelog

Source

[1.0.0-beta.27] - 2018-09-11

[Added]

  • Unit Testing
  • uuid
    • documentation
    • unit testing
  • object-utils
    • documentation
    • unit testing
  • server-environment
    • documentation
    • unit testing
  • polyfill-service
    • added and refactored webcomponents-loader for dynamic import
    • documentation
    • unit testing
    • Refactored to static class
  • cache-manager
    • documentation
    • unit testing
  • register-callback
    • documented
    • unit testing
  • i18n-mixin
    • documentation
    • unit test
  • i18n-loader
    • added README.md
  • middleware
    • documentation
    • unit test
    • Updates constructor to take n string args for hook names
  • rotations
    • documentation
    • unit test
  • router
    • documentation
    • unit test
    • export routerInstance
  • store
    • documentation
    • unit test
    • export storeInstance
    • expose storeInstance on window when debug true or aoflDevtools available
    • Support for pending status
  • cli
    • added default init repo

[Changed]

[Deprecated]

[Removed]

[Fixed]

  • cache-manager
    • fixed issue with expired keys
    • fixed issues with json.parse when storage is not memoryStorage
  • register-callback
    • unsubscribe can only be called once
    • check index exists in removeCb
  • router
    • Fixes typo for removing popState listener

[Security]


ariankhosravi
published 1.0.0-beta.26 •

Changelog

Source

[1.0.0-beta.26] - 2018-8-27

[Added]

  • License and github repo
  • Store
    • commit takes variadic arguments

[Changed]

[Deprecated]

[Removed]

[Fixed]

[Security]


ariankhosravi
published 1.0.0-beta.25 •

Changelog

Source

[1.0.0-beta.25] - 2018-08-23

[Added]

  • cli
    • added aofl init command

[Changed]

[Deprecated]

[Removed]

[Fixed]

  • aofl-list-option
    • changed selected from boolean to string
    • fixed checking selected attribute value to match selected|selected=true|selected=false

[Security]


ariankhosravi
published 1.0.0-beta.24 •

Changelog

Source

[1.0.0-beta.24] - 2018-08-22

[Added]

  • cli
    • added -f to npm commands

[Changed]

  • unit-testing-plugin
    • refactor unit-testing (removed childcompiler)

[Deprecated]

[Removed]

  • templating-plugin
    • removed child compiler from templating plugin
  • unit-testing-plugin
    • removed hard coded browser options

[Fixed]

  • rotation
    • compatibility with unit-testing
  • AoflElement
    • fixed css rendering for firefox

[Security]


ariankhosravi
published 1.0.0-beta.23 •

Changelog

Source

[1.0.0-beta.23] - 2018-08-16

[Added]

  • parent-dep-mixin
    • added
  • web-components
    • aofl-element
      • added
    • aofl-select-list
      • removed _ prefix from functions _ aofl-list-options
      • removed findParent and moved it to a parent-dep-mixin
    • aofl-drawer
      • refactored

[Fixed]

  • unit-testing-plugin
    • replaces istanbul plugin with wct-istanbul

ariankhosravi
published 1.0.0-beta.22 •

Changelog

Source

[1.0.0-beta.22] - 2018-08-10

[Added]

  • cli added sw command
  • rotations
  • templating plugin
    • added locale, meta and refactored router doc block parser
  • polyfill-service
    • added object-assign-polyfill
  • unit-testing-plugin
  • i18n-mixin
  • i18n-loader
  • map-state-properties-mixin
  • cli
    • Adds i18n cli for pot generation

[Changed]

  • cache-manager
    • renamed MemoryStorage.length to size due to Function.length not being configurable on all browsers

[Deprecated]

[Removed]

[Fixed]

  • cli
    • fixed conclude and renamed aofl-source.json to aofl.json

[Security]


ariankhosravi
published 1.0.0-beta.21 •

ariankhosravi
published 1.0.0-beta.20 •

ariankhosravi
published 1.0.0-beta.2 •

Changelog

Source

[1.0.0-beta.28] - 2018-09-27

[Added]

  • added ISSUE_TEMPLATE.md
  • api-request
    • documentation
    • unit testing
  • resource-enumerate
    • documentation
    • unit testing
    • refactored to use api-request
  • map-state-properties-mixin
    • documentation
    • unit testing
  • router
    • improved unit testing coverage
    • navigate handles ?|# correctly
  • web-components
    • aofl-element
      • documentation
      • unit testing
    • aofl-select-list
      • documentation
      • unit testing
      • extends AoflElement instead of LitElement
    • aofl-list-options
      • documentation
      • unit testing
      • extends AoflElement instead of LitElement
      • Replaced deprecated parentDepMixin with @aofl/component-utils/findParent
    • aofl-drawer
      • documentation
      • unit testing
      • extends AoflElement instead of LitElement
    • aofl-source
      • documentation
      • unit testing
      • extends AoflElement instead of LitElement
    • aofl-img
      • documentation
      • unit testing
      • extends AoflElement instead of LitElement
    • aofl-picture
      • documentation
      • unit testing
      • extends AoflElement instead of LitElement
  • component-utils
    • documentation
    • unit testing
    • added is-in-viewport
    • added is-in-viewport-mixin
  • cli
    • readme.md
    • license

[Changed]

  • generate
    • changed aofl to c
    • removed lit
    • updated templates
  • templating-plugin
    • README.md added
    • prerender injects __prerender__ before page load
    • template name is added to the routes config
  • aofl-validate
    • documentation
    • unit testing
    • completely refactored
  • unit-testing-plugin
    • documentation
    • default output directory changed to __build_tests
    • supports .wtcrc.json and wtc-conf.json
    • adds fetch-mock to test suite automatically

[Deprecated]

[Removed]

  • parent-dep-mixin
  • cli/sw

[Fixed]

  • cli
    • dom-scope
      • fixed pattern bug
  • api-request
    • getCacheManager() fix issue with returning new cacheManager
    • changed cache argument to fromCache.
    • Replaced static class property with a static getter.
  • router
    • Fixes reject case in navigate method
    • router.navigate resolve after redirects
  • unit-testing-plugin
    • run initial unit test once when watch mode enabled
    • clean coverage report between runs

[Security]


ariankhosravi
published 1.0.0-beta.1 •

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