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

@angular/material-moment-adapter

Package Overview
Dependencies
Maintainers
1
Versions
524
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/material-moment-adapter - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

5

bundles/material-moment-adapter.umd.js

@@ -47,7 +47,2 @@ /**

// Depending on whether rollup is used, moment needs to be imported differently.
// Since Moment.js doesn't have a default export, we normally need to import using the `* as`
// syntax. However, rollup creates a synthetic default module and we thus need to import it using
// the `default as` syntax.
// TODO(mmalerba): See if we can clean this up at some point.
var moment = _rollupMoment__default__default || _rollupMoment__default;

@@ -54,0 +49,0 @@ /**

@@ -18,7 +18,2 @@ /**

// Depending on whether rollup is used, moment needs to be imported differently.
// Since Moment.js doesn't have a default export, we normally need to import using the `* as`
// syntax. However, rollup creates a synthetic default module and we thus need to import it using
// the `default as` syntax.
// TODO(mmalerba): See if we can clean this up at some point.
const moment = _rollupMoment__default || _rollupMoment;

@@ -25,0 +20,0 @@ /**

@@ -20,7 +20,2 @@ /**

// Depending on whether rollup is used, moment needs to be imported differently.
// Since Moment.js doesn't have a default export, we normally need to import using the `* as`
// syntax. However, rollup creates a synthetic default module and we thus need to import it using
// the `default as` syntax.
// TODO(mmalerba): See if we can clean this up at some point.
var moment = _rollupMoment__default || _rollupMoment;

@@ -27,0 +22,0 @@ /**

4

package.json
{
"name": "@angular/material-moment-adapter",
"version": "5.2.0",
"version": "5.2.1",
"description": "Angular Material Moment Adapter",

@@ -19,3 +19,3 @@ "main": "./bundles/material-moment-adapter.umd.js",

"peerDependencies": {
"@angular/material": "5.2.0",
"@angular/material": "5.2.1",
"@angular/core": "^5.0.0",

@@ -22,0 +22,0 @@ "moment": "^2.18.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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