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

@package/data-transform

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@package/data-transform - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

lib/properties/ArrayProperty.js

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

else {
val = [raw];
val = typeof raw === 'undefined' ? this.defaultValue() : [raw];
}

@@ -20,0 +20,0 @@

{
"name" : "@package/data-transform",
"version" : "0.0.14",
"version" : "0.0.15",
"description" : "transform a dataset into a different format",

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

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