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.5 to 1.0.0-alpha.6

README.md

19

package.json
{
"name": "@boulevard/lib",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "A container for reusable code.",
"author": "Daniel Nagy <dan@joinboulevard.com>",
"repository": "github:Boulevard/web-components",
"author": "Daniel Nagy <dan@blvd.co>",
"repository": "github:Boulevard/javascript-sdk",
"license": "UNLICENSED",

@@ -13,7 +13,7 @@ "publishConfig": {

"scripts": {
"build": "yarn run clean && tsc",
"postbuild": "cp package.json build",
"build": "npm run clean && tsc",
"postbuild": "for file in package.json README.md; do cp $file build; done",
"clean": "rm -rf build",
"lint": "eslint src --ext .ts",
"prepare": "yarn run build",
"prepare": "npm run build",
"test": "jest --config jest.config.json --coverage --passWithNoTests",

@@ -23,8 +23,5 @@ "test-debug": "node --inspect-brk $(npm bin)/jest --config jest.config.json"

"devDependencies": {
"@boulevard/eslint-config": "^1.0.0",
"@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",

@@ -34,3 +31,3 @@ "ts-jest": "^24.0.2",

},
"gitHead": "613987efd7adf52fe41c79dd9348134ca7cbc359"
"gitHead": "c312c0f6da78bcdd9ae5697d976fe48215409e71"
}
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