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

@akromio/dataset

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akromio/dataset - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

16

dist/cjs/dataset/LocalDataset.js

@@ -34,2 +34,18 @@ "use strict";

module.exports = exports = LocalDataset;
Object.defineProperty(LocalDataset.prototype, "reprMap", {
enum: true,
get: function () {
const self = this;
let obj = {};
{
obj = this.parent.reprMap;
for (const [key, datum] of Object.entries(this.data)) {
{
_core.dogma.setItem("=", obj, key, datum.getValue());
}
}
}
return obj;
}
});
LocalDataset.prototype.setLocalDatum = function (datum) {

@@ -36,0 +52,0 @@ const self = this; /* c8 ignore next */

4

package.json
{
"name": "@akromio/dataset",
"version": "0.4.1",
"version": "0.5.0",
"description": "Dataset library for Akromio.",

@@ -44,3 +44,3 @@ "author": {

},
"gitHead": "1c353bff77b51d3ded0d92768fed07c535572805"
"gitHead": "1f2f81cb0408639c202d93c18fc45742b7914828"
}
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