@wordpress/date
Advanced tools
Comparing version 1.0.3 to 2.0.0
@@ -1,4 +0,1 @@ | ||
import "core-js/modules/es6.regexp.split"; | ||
import "core-js/modules/es6.regexp.replace"; | ||
/** | ||
@@ -5,0 +2,0 @@ * External dependencies |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault"); | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
@@ -16,6 +16,2 @@ Object.defineProperty(exports, "__esModule", { | ||
require("core-js/modules/es6.regexp.split"); | ||
require("core-js/modules/es6.regexp.replace"); | ||
var _moment = _interopRequireDefault(require("moment")); | ||
@@ -22,0 +18,0 @@ |
{ | ||
"name": "@wordpress/date", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "Date module for WordPress.", | ||
@@ -22,3 +22,3 @@ "author": "The WordPress Contributors", | ||
"dependencies": { | ||
"@babel/runtime-corejs2": "7.0.0-beta.56", | ||
"@babel/runtime": "^7.0.0", | ||
"moment": "^2.22.1", | ||
@@ -30,3 +30,3 @@ "moment-timezone": "^0.5.16" | ||
}, | ||
"gitHead": "f02064f12a148df60b8d79801858ce3699bdfb89" | ||
"gitHead": "df6f8da7b557894e4364c17db2dd4af0d1e20252" | ||
} |
@@ -13,2 +13,4 @@ # Date | ||
_This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. Learn more about it in [Babel docs](https://babeljs.io/docs/en/next/caveats)._ | ||
<br/><br/><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
91520
9
16
0
1070
+ Added@babel/runtime@^7.0.0
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
- Removed@babel/runtime-corejs2@7.0.0-beta.56
- Removed@babel/runtime-corejs2@7.0.0-beta.56(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.12.1(transitive)