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 Compare versions

Comparing version 9.1.0 to 9.2.0

dist/index.js

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 9.2.0 (2020-05-17)
##### Build System / Dependencies
* remove rollup ([59b3223f](https://github.com/MichaelSolati/ngmeta/commit/59b3223f774cc5648034f5356022648f81bed6ce))
### 9.1.0 (2020-05-17)

@@ -2,0 +8,0 @@

0

dist/index.d.ts
export * from './ngmeta.service';
export * from './ngmeta.types';
import { Title, Meta } from '@angular/platform-browser';
import { AllMeta, FacebookMeta, GoogleMeta, TwitterMeta } from './ngmeta.types';
import * as i0 from "@angular/core";
/**

@@ -53,2 +54,4 @@ * Service that allows setting and updating of meta tags, title tags, and canonical tags.

private _scrollToTop;
static ɵfac: i0.ɵɵFactoryDef<NgMeta, never>;
static ɵprov: i0.ɵɵInjectableDef<NgMeta>;
}

13

package.json
{
"name": "ngmeta",
"version": "9.1.0",
"version": "9.2.0",
"description": "A tool for updating meta tags in an Angular application.",
"scripts": {
"build": "rm -rf ./dist && rollup -c",
"build": "rm -rf ./dist && ngc",
"docs": "typedoc --out docs/ --exclude **/*.spec.ts src/",

@@ -14,4 +14,3 @@ "start": "npm run build",

},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

@@ -51,9 +50,7 @@ "author": "Michael Solati <mkslt04@gmail.com>",

"@angular/common": "9.x.x",
"@angular/compiler": "9.x.x",
"@angular/compiler-cli": "9.x.x",
"@angular/core": "9.x.x",
"@angular/platform-browser": "9.x.x",
"generate-changelog": "1.x.x",
"gts": "^2.0.2",
"rollup": "^2.10.2",
"rollup-plugin-copier": "^1.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"rxjs": "6.x.x",

@@ -60,0 +57,0 @@ "typedoc": "0.x.x",

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

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