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

ngmeta

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngmeta - npm Package Versions

12

1.2.4

Diff

michaelsolati
published 1.2.3 •

Changelog

Source

1.2.3 (2017-07-05)

  • Fix for building with Angular CLI.
michaelsolati
published 1.2.2 •

Changelog

Source

1.2.2 (2017-07-05)

  • Further improvements to overall application stability and other minor adjustments have been made to enhance the user experience.
michaelsolati
published 1.2.1 •

Changelog

Source

1.2.1 (2017-07-05)

  • Prerendering bug fixes.
michaelsolati
published 1.2.0 •

Changelog

Source

1.2.0 (2017-07-05)

  • Update for support of Angular 4.
mkslt04
published 1.1.0 •

Changelog

Source

1.1.0 (2017-02-28)

  • setCanonical(canonicalURL: string) function removed, replaced with setter function just called canonical(canonicalURL: string). To call this._ngmeta.canonical = 'https://www.google.com';.
  • setTitle(title: string) function removed, replaced with setter function just called title(title: string). To call this._ngmeta.title = 'Google';.
    • Added a getter as well, title() will return current page's title. To call let title: string = this._ngmeta.title;.
  • setMeta(attribute: string, type: string, content: string) function removed, replaced with createMeta(metaData: MetaData).
  • setScrollEnabled(scroll: boolean) removed, replaced with setter function just called scrollEnabled(scroll: boolean). To call this._ngmeta.scrollEnabled = true;.
    • Added a getter as well, scrollEnabled() will return if scroll to top is enabled. To call let scrollEnabled: boolean = this._ngmeta.scrollEnabled;.
mkslt04
published 1.0.0 •

Changelog

Source

1.0.0 (2016-11-19)

WELCOME! For more information about the latest API, please, refer to the official docs.

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