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

barrelsby

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barrelsby - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

0

.vscode/launch.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

6

package.json
{
"name": "barrelsby",
"version": "1.0.0",
"version": "1.0.1",
"description": "Automatic TypeScript barrels for your entire code base",
"main": "index.js",
"scripts": {
"clean": "rimraf bin/",
"build_tsc": "tsc",
"build_tslint": "tslint --project tsconfig.json -t stylish",
"build": "npm run build_tsc && npm run build_tslint",
"build": "npm run clean && npm run build_tsc && npm run build_tslint",
"tests_integration": "node bin/index.js -c barrelsby.json",

@@ -48,2 +49,3 @@ "tests_unit": "istanbul cover --report json --root \"./bin\" -x \"**/*.test.js\" node_modules/mocha/bin/_mocha \"bin/**/*.test.js\"",

"remap-istanbul": "^0.11.0",
"rimraf": "^2.6.2",
"sinon": "^5.0.10",

@@ -50,0 +52,0 @@ "sinon-chai": "^3.0.0",

@@ -0,0 +0,0 @@ # ![Barrelsby Logo](https://github.com/bencoveney/barrelsby/blob/master/img/logo.png?raw=true)

@@ -0,0 +0,0 @@ import * as fs from "fs";

@@ -0,0 +0,0 @@ import * as path from "path";

@@ -0,0 +0,0 @@ import {Options} from "../options";

@@ -0,0 +0,0 @@ import {assert} from "chai";

@@ -0,0 +0,0 @@ /** A location in the file tree. */

@@ -0,0 +0,0 @@ {

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