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

to
0.0.22

6

lib/properties/DateProperty.js

@@ -9,2 +9,8 @@ "use strict";

* coerce(raw) {
let type = Object.prototype.toString.call(raw);
if (type === '[object Undefined]' || type === '[object Null]') {
return null;
}
if (this.valid(raw)) {

@@ -11,0 +17,0 @@ return raw;

2

package.json
{
"name" : "@package/data-transform",
"version" : "0.0.21",
"version" : "0.0.22",
"description" : "transform a dataset into a different format",

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