backstage-modal
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.ModalBody = undefined; | ||
exports.ModalFooter = exports.ModalBody = undefined; | ||
@@ -33,2 +33,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var _modalFooter = require('./modal-footer.js'); | ||
var _modalFooter2 = _interopRequireDefault(_modalFooter); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -43,2 +47,3 @@ | ||
exports.ModalBody = _modalBody2.default; | ||
exports.ModalFooter = _modalFooter2.default; | ||
@@ -45,0 +50,0 @@ var Modal = function (_Component) { |
{ | ||
"name": "backstage-modal", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "backstage modal", | ||
@@ -8,2 +8,3 @@ "main": "dist/modal.js", | ||
"start": "webpack-dev-server", | ||
"prepublish": "npm run build", | ||
"build": "babel src/ --out-dir dist/ --ignore __tests__,__mocks__", | ||
@@ -22,3 +23,3 @@ "lint": "eslint src", | ||
"jest": {}, | ||
"author": "", | ||
"author": "Globo.com", | ||
"license": "MIT", | ||
@@ -25,0 +26,0 @@ "bugs": { |
@@ -46,3 +46,3 @@ # backstage-modal | ||
import ReactDOM from "react-dom"; | ||
import Modal from 'backstage-modal'; | ||
import Modal, {ModalBody, ModalFooter} from 'backstage-modal'; | ||
@@ -49,0 +49,0 @@ class Example extends Component { |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
29438
394
1
1