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

ng2-haversine

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-haversine - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "ng2-haversine",
"version": "0.0.4",
"version": "0.0.5",
"description": "An Angular 2 library to calculate the distance between a pair of coordinates using the Haversine formula.",

@@ -5,0 +5,0 @@ "repository": {

{
"compilerOptions": {
"outDir": "./dist",
"outDir": "dist",
"target": "es5",

@@ -10,3 +10,3 @@ "module": "commonjs",

"experimentalDecorators": true,
"removeComments": true,
"removeComments": false,
"noImplicitAny": true,

@@ -16,9 +16,9 @@ "declaration": true

"files": [
"./typings/index.d.ts",
"./src/index.ts"
"typings/index.d.ts",
"src/index.ts"
],
"exclude": [
"./node_modules",
"./dist"
"node_modules",
"dist"
]
}

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