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

@shopify/dates

Package Overview
Dependencies
Maintainers
13
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/dates - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

8

CHANGELOG.md

@@ -7,9 +7,11 @@ # Changelog

<!-- Unreleased changes should go to UNRELEASED.md -->
---
## [Unreleased]
- Specify package has no `sideEffects` ([#1233](https://github.com/Shopify/quilt/pull/1233))
## [0.2.0] - 2019-09-13
## Added
### Added

@@ -16,0 +18,0 @@ - Add `isLessThanOneMinute`, `isLessThanOneHour`, `isLessThanOneDay`, `isLessThanOneWeek`, and `isLessThanOneYear` functions ([#989](https://github.com/Shopify/quilt/pull/989))

{
"name": "@shopify/dates",
"version": "0.2.10",
"version": "0.2.11",
"license": "MIT",

@@ -11,2 +11,3 @@ "description": "Lightweight date operations library.",

},
"sideEffects": false,
"publishConfig": {

@@ -17,14 +18,18 @@ "access": "public",

"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/dates",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/dates"
},
"bugs": {
"url": "https://github.com/shopify/quilt/issues"
"url": "https://github.com/Shopify/quilt/issues"
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/dates/README.md",
"dependencies": {
"@shopify/decorators": "^1.1.8",
"@shopify/function-enhancers": "^1.0.8",
"@shopify/decorators": "^1.1.9",
"@shopify/function-enhancers": "^1.0.9",
"tslib": "^1.9.3"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^2.8.8"
"@shopify/jest-dom-mocks": "^2.8.9"
},

@@ -31,0 +36,0 @@ "files": [

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