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

amp-dash

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amp-dash - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

lib/amp-dash.component.d.ts

2

index.ts

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

export * from './src/amp-dash/amp-dash.module';
export * from './src/amp-dash/amp-dash';
{
"name": "amp-dash",
"description": "An Angular2 typing component",
"version": "1.0.4",
"version": "1.1.0",
"main": "index.ts",

@@ -13,3 +13,4 @@ "license": "MIT",

"test-travis": "ng test --single-run",
"lint": "ng lint"
"lint": "ng lint",
"prepublish": "tsc -p src/amp-dash/"
},

@@ -26,12 +27,16 @@ "author": {

"dependencies": {
"@angular/common": "^2.4.0",
"@angular/core": "^2.4.0"
"@angular/common": "^4.1.0",
"@angular/core": "^4.1.0"
},
"devDependencies": {
"@angular/compiler": "^2.4.0",
"@angular/cli": "1.0.0-beta.32.3",
"@angular/compiler-cli": "^2.4.0",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0",
"@angular/router": "^3.4.10",
"@angular/animations": "^4.1.0",
"@angular/compiler": "^4.1.0",
"@angular/compiler-cli": "^4.1.0",
"@angular/forms": "^4.1.0",
"@angular/http": "^4.1.0",
"@angular/platform-browser": "^4.1.0",
"@angular/platform-browser-dynamic": "^4.1.0",
"@angular/platform-server": "^4.1.0",
"@angular/router": "^4.1.0",
"@types/core-js": "^0.9.41",
"@types/jasmine": "2.5.38",

@@ -50,6 +55,7 @@ "@types/node": "~6.0.60",

"tslint": "~4.4.2",
"typescript": "~2.0.0",
"typescript": "^2.3.1",
"typings": "^2.1.1",
"core-js": "^2.4.1",
"zone.js": "^0.7.6"
"zone.js": "^0.8.4"
}
}

Sorry, the diff of this file is not supported yet

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