Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.0 to 0.3.0

4

dist/cjs/dataset/DatasetEval.js

@@ -57,4 +57,4 @@ "use strict";

{
const onlyVarPattern = (0, _core.re)("^\\$\\(([^(]+)\\)$");
const multiVarsPattern = (0, _core.re)("\\$\\(([^(]+)\\)");
const onlyVarPattern = (0, _core.re)("^\\$\\(([^()]+)\\)$");
const multiVarsPattern = (0, _core.re)("\\$\\(([^()]+)\\)");
if (exp == "$(*)") {

@@ -61,0 +61,0 @@ value = ds.reprMap;

{
"name": "@akromio/dataset",
"version": "0.2.0",
"version": "0.3.0",
"description": "Dataset library for Akromio.",

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

},
"gitHead": "f8b035fd745aa8df18697c0a143f1ff10a94639d"
"gitHead": "5abf3130df4daf59bef22ac39ed810e597312cd2"
}
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