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.0.1 to 9.0.2

dist/index.cjs.js

6

CHANGELOG.md

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

#### 9.0.2 (2020-05-17)
##### Build System / Dependencies
* move to rollup ([92890b33](https://github.com/MichaelSolati/ngmeta/commit/92890b3324faf6878f209f3baff059902f731ecc))
#### 9.0.1 (2020-05-16)

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

31

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

@@ -16,2 +14,7 @@ "start": "npm run build",

},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"author": "Michael Solati <mkslt04@gmail.com>",
"homepage": "https://ngmeta.michaelsolati.com/",
"repository": {

@@ -21,2 +24,7 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/MichaelSolati/ngmeta/issues"
},
"readme": "README.md",
"license": "MIT",
"keywords": [

@@ -29,9 +37,2 @@ "angular",

],
"author": "Michael Solati <mkslt04@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MichaelSolati/ngmeta/issues"
},
"homepage": "https://ngmeta.michaelsolati.com/",
"readme": "README.md",
"files": [

@@ -52,7 +53,9 @@ "dist/**",

"@angular/common": "9.x.x",
"@angular/compiler": "9.x.x",
"@angular/compiler-cli": "9.x.x",
"generate-changelog": "1.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",

@@ -59,0 +62,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