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

ngx-image-viewer-3

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-image-viewer-3 - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

package.json
{
"name": "ngx-image-viewer-3",
"version": "1.0.14",
"version": "1.0.15",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": ">=5.0.0",

@@ -12,2 +12,5 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */

},
"include": [
"src/**/*.d.ts"
],
"exclude": [

@@ -14,0 +17,0 @@ "**/*.spec.ts"

@@ -5,7 +5,15 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */

"compilerOptions": {
"declarationMap": false
"declarationMap": false,
"outDir": "../../out-tsc/lib",
"declaration": true,
"inlineSources": true,
"types": []
},
"angularCompilerOptions": {
"compilationMode": "partial"
}
},
"include": [
"./src"
]
}

@@ -10,6 +10,5 @@ /* To learn more about this file see: https://angular.io/config/tsconfig. */

},
"include": [
"**/*.spec.ts",
"**/*.d.ts"
"include": [
"src/**/*.d.ts"
]
}
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