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

@boulevard/lib

Package Overview
Dependencies
Maintainers
5
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.12 to 1.0.0-alpha.13

8

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

@@ -16,2 +16,3 @@ "author": "Daniel Nagy <dan@blvd.co>",

"clean": "rm -rf build",
"format": "prettier --write '**/*.{json,md,ts}'",
"lint": "eslint src --ext .ts",

@@ -23,10 +24,11 @@ "prepare": "npm run build",

"devDependencies": {
"@boulevard/eslint-config": "^1.0.7",
"@boulevard/eslint-config": "^2.0.0",
"@types/jest": "^24.0.17",
"eslint": "^6.3.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"typescript": "^3.6.2"
},
"gitHead": "43a0d226f6ffcb0491574c131a79f4b58dbf3061"
"gitHead": "c831617ff82f047154534ac72995c4a64ace06a6"
}
# Lib
A standard library for protable modules and types.
A standard library for portable modules and types.

@@ -1,1 +0,1 @@

export * from './nullable';
export * from "./nullable";
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