New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uxcore-table

Package Overview
Dependencies
Maintainers
2
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uxcore-table - npm Package Compare versions

Comparing version 1.3.10 to 1.3.11

3

build/Cell/CheckBox.js

@@ -91,2 +91,3 @@ 'use strict';

exports.default = CheckBox;
exports.default = CheckBox;
module.exports = exports['default'];

@@ -278,2 +278,3 @@ 'use strict';

exports.default = Cell;
exports.default = Cell;
module.exports = exports['default'];

@@ -80,2 +80,3 @@ "use strict";

exports.default = Mask;
exports.default = Mask;
module.exports = exports['default'];

@@ -313,2 +313,3 @@ 'use strict';

exports.default = Row;
exports.default = Row;
module.exports = exports['default'];

@@ -191,2 +191,3 @@ "use strict";

exports.default = Tbody;
exports.default = Tbody;
module.exports = exports['default'];

@@ -39,3 +39,4 @@ // https://github.com/gulpjs/gulp/tree/master/docs

.pipe(babel({
presets: ['react', 'es2015', 'stage-1']
presets: ['react', 'es2015', 'stage-1'],
plugins: ['add-module-exports']
}))

@@ -42,0 +43,0 @@ .pipe(gulp.dest('build'))

@@ -5,3 +5,3 @@ # History

# 1.3.10
# 1.3.11

@@ -8,0 +8,0 @@ `CHANGED` change output from src/ to build/

{
"name": "uxcore-table",
"version": "1.3.10",
"version": "1.3.11",
"description": "table ui component for react",

@@ -5,0 +5,0 @@ "repository": "https://github.com/uxcore/uxcore-table.git",

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