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.20 to 0.0.21

2

lib/properties/ArrayProperty.js

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

if (typeof raw !== 'object') {
raw = [raw].map(item => typeof item !== 'undefined' && raw !== null);
raw = [raw].filter(item => typeof item !== 'undefined' && raw !== null);
}

@@ -17,0 +17,0 @@

{
"name" : "@package/data-transform",
"version" : "0.0.20",
"version" : "0.0.21",
"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