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

@xyo-network/heuristics-common

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/heuristics-common - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

4

dist/index.d.ts

@@ -26,3 +26,7 @@ import { XyoSerializableNumber } from '@xyo-network/heuristics';

getData(): XyoSerializableNumber[];
getReadableValue(): {
latitude: number;
longitude: number;
};
}
//# sourceMappingURL=index.d.ts.map

@@ -8,3 +8,3 @@ "use strict";

* @Last modified by: ryanxyo
* @Last modified time: Wednesday, 12th December 2018 12:20:20 pm
* @Last modified time: Wednesday, 12th December 2018 1:48:16 pm
* @License: All Rights Reserved

@@ -34,2 +34,8 @@ * @Copyright: Copyright XY | The Findables Company

}
getReadableValue() {
return {
latitude: this.latitude,
longitude: this.longitude
};
}
}

@@ -36,0 +42,0 @@ exports.XyoGps = XyoGps;

10

package.json
{
"name": "@xyo-network/heuristics-common",
"version": "0.7.0",
"version": "0.8.0",
"description": "A number of common heuristics used in the XYO protocol",

@@ -10,5 +10,5 @@ "main": "dist/index.js",

"dependencies": {
"@xyo-network/heuristics": "^0.7.0",
"@xyo-network/serialization": "^0.7.0",
"@xyo-network/serialization-schema": "^0.7.0"
"@xyo-network/heuristics": "^0.8.0",
"@xyo-network/serialization": "^0.8.0",
"@xyo-network/serialization-schema": "^0.8.0"
},

@@ -24,3 +24,3 @@ "devDependencies": {

},
"gitHead": "95077b5c60fd3a2fe5252422f38346c47739271a"
"gitHead": "7367c87d96afe3ecec362c40290e4e719b5415df"
}

@@ -7,3 +7,3 @@ /*

* @Last modified by: ryanxyo
* @Last modified time: Wednesday, 12th December 2018 12:20:20 pm
* @Last modified time: Wednesday, 12th December 2018 1:48:16 pm
* @License: All Rights Reserved

@@ -37,2 +37,9 @@ * @Copyright: Copyright XY | The Findables Company

}
public getReadableValue() {
return {
latitude: this.latitude,
longitude: this.longitude
}
}
}

@@ -39,0 +46,0 @@

Sorry, the diff of this file is not supported yet

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