tinper-bee-core
Advanced tools
Comparing version 2.0.37 to 2.0.38
'use strict'; | ||
exports.__esModule = true; | ||
exports.Align = exports.toArray = exports.cssAnimation = exports.addEventListener = exports.contains = exports.KeyCode = exports.createChainedFunction = exports.splitComponent = exports.isRequiredForA11y = exports.elementType = exports.deprecated = exports.componentOrElement = exports.all = undefined; | ||
exports.parentsUntil = exports.parent = exports.parents = exports.cssUtil = exports.Align = exports.toArray = exports.cssAnimation = exports.addEventListener = exports.contains = exports.KeyCode = exports.createChainedFunction = exports.splitComponent = exports.isRequiredForA11y = exports.elementType = exports.deprecated = exports.componentOrElement = exports.all = undefined; | ||
var _cssUtil2 = require('./cssUtil.js'); | ||
Object.defineProperty(exports, 'parents', { | ||
enumerable: true, | ||
get: function get() { | ||
return _cssUtil2.parents; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'parent', { | ||
enumerable: true, | ||
get: function get() { | ||
return _cssUtil2.parent; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'parentsUntil', { | ||
enumerable: true, | ||
get: function get() { | ||
return _cssUtil2.parentsUntil; | ||
} | ||
}); | ||
var _all2 = require('./all'); | ||
@@ -58,2 +79,4 @@ | ||
var _cssUtil3 = _interopRequireDefault(_cssUtil2); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -75,2 +98,3 @@ | ||
exports.Align = _Align3.default; | ||
exports.Align = _Align3.default; | ||
exports.cssUtil = _cssUtil3.default; |
{ | ||
"name": "tinper-bee-core", | ||
"version": "2.0.37", | ||
"version": "2.0.38", | ||
"description": "style core and js util for tinper-bee", | ||
@@ -20,3 +20,4 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "rimraf lib && babel js -d lib" | ||
"build": "rimraf lib && babel js -d lib", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -23,0 +24,0 @@ "license": "MIT", |
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
1692839
63
4255
3