@tds/core-responsive
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0](https://github.com/telusdigital/tds/compare/@tds/core-responsive@1.2.1...@tds/core-responsive@1.3.0) (2019-07-25) | ||
### Features | ||
* **core-responsive:** make breakpoints object available outside ([b39df56](https://github.com/telusdigital/tds/commit/b39df56)) | ||
## [1.2.1](https://github.com/telusdigital/tds/compare/@tds/core-responsive@1.2.0...@tds/core-responsive@1.2.1) (2019-06-04) | ||
@@ -8,0 +19,0 @@ |
@@ -454,3 +454,4 @@ 'use strict'; | ||
exports.breakpoints = breakpoints; | ||
exports.default = Responsive; | ||
exports.media = media; |
@@ -449,2 +449,2 @@ import React from 'react'; | ||
export default Responsive; | ||
export { media }; | ||
export { breakpoints, media }; |
@@ -1,4 +0,4 @@ | ||
import Responsive, { media } from './dist/index.es' | ||
import Responsive, { media, breakpoints } from './dist/index.es' | ||
export { media } | ||
export { media, breakpoints } | ||
export default Responsive |
import Responsive from './Responsive' | ||
import media from './media' | ||
import media, { breakpoints } from './media' | ||
export { media } | ||
export { media, breakpoints } | ||
export default Responsive |
{ | ||
"name": "@tds/core-responsive", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Respond to device features, most commonly the browser viewport size", | ||
@@ -34,3 +34,3 @@ "main": "index.cjs.js", | ||
}, | ||
"gitHead": "1ac2f2499df5787982a6c0fd4196ca80d95dacfc" | ||
"gitHead": "22c9887d09de74aa3f8b59c056b54153d58fc879" | ||
} |
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
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
44370
963