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

@boulevard/lib

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boulevard/lib - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5

types/index.d.ts

26

package.json
{
"name": "@boulevard/lib",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "A container for reusable code.",

@@ -8,2 +8,6 @@ "author": "Daniel Nagy <dan@joinboulevard.com>",

"license": "UNLICENSED",
"publishConfig": {
"access": "public",
"directory": "build"
},
"scripts": {

@@ -13,9 +17,19 @@ "build": "yarn run clean && tsc",

"clean": "rm -rf build",
"prerelease": "yarn run build",
"release": "yarn publish build --dry-run"
"lint": "eslint src --ext .ts",
"prepare": "yarn run build",
"test": "jest --config jest.config.json --coverage --passWithNoTests",
"test-debug": "node --inspect-brk $(npm bin)/jest --config jest.config.json"
},
"devDependencies": {
"reflect-metadata": "^0.1.13",
"typescript": "^3.2.4"
}
"@types/jest": "^24.0.17",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.6.2"
},
"gitHead": "613987efd7adf52fe41c79dd9348134ca7cbc359"
}
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