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

brec-tables

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brec-tables - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

10

index.js
var path = require('path');
module.exports = {
sass: [path.join(__dirname, 'scss')],
js: [path.join(__dirname, 'js/**/*.js')]
brecTables: {
sass: [path.join(__dirname, 'scss')],
js: [path.join(__dirname, 'js/**/*.js')]
},
brecBase: {
sass: [path.join(__dirname, 'node_modules/brec-base/scss')],
js: [path.join(__dirname, '/node_modules/brec-base/js/**/*.js')]
}
}
{
"name": "brec-tables",
"version": "0.1.0",
"version": "0.2.0",
"description": "Beautiful Responsive Ergonomic Configurable library for HTML tables",

@@ -25,3 +25,4 @@ "scripts": {

"dependencies": {
"path": "0.11.14"
"path": "0.11.14",
"brec-base": "^0.1.0"
},

@@ -28,0 +29,0 @@ "devDependencies": {

scss/_tables.scss

Sorry, the diff of this file is not supported yet

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