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

@date-io/moment

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@date-io/moment - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

1

build/index.d.ts

@@ -0,1 +1,2 @@

import "../type/index";
export { default } from "./moment-utils";
import defaultMoment from 'moment';
Object.defineProperty(exports, "__esModule", { value: true });
var MomentUtils = /** @class */ (function () {

@@ -4,0 +6,0 @@ function MomentUtils(_a) {

@@ -7,2 +7,4 @@ 'use strict';

Object.defineProperty(exports, "__esModule", { value: true });
var MomentUtils = /** @class */ (function () {

@@ -9,0 +11,0 @@ function MomentUtils(_a) {

4

package.json
{
"name": "@date-io/moment",
"version": "1.3.3",
"version": "1.3.4",
"description": "Abstraction over common javascript date management libraries",

@@ -41,3 +41,3 @@ "main": "build/index.js",

"license": "MIT",
"gitHead": "005dd5deb886eaecdf4718c2dc160521265ca807"
"gitHead": "e809b7eb8d197c3dba8727e22d783923bd96cfb5"
}

@@ -0,1 +1,2 @@

import "../type/index";
export { default } from "./moment-utils";
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