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

tinper-bee-core

Package Overview
Dependencies
Maintainers
18
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinper-bee-core - npm Package Compare versions

Comparing version 2.0.37 to 2.0.38

lib/cssUtil.js

28

lib/index.js
'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;

5

package.json
{
"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",

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