Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json-magic

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-magic - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

10

lib/Magic.js

@@ -232,4 +232,14 @@ const $check=require('check-types');

static convertDateTOISOString(object){
Magic.walk(object,function(value,path){
if ($check.date(value)){
Magic.set(object,path,value.toISOString());
}
});
return object;
}
}
module.exports=Magic;

2

package.json
{
"name": "json-magic",
"version": "0.0.3",
"version": "0.0.4",
"description": "Utilities for manipulating JSON objects.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/filepounder/json-magic",

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