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

fixed-width-parser

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixed-width-parser - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

13

package.json
{
"name": "fixed-width-parser",
"version": "2.1.1",
"version": "2.1.2",
"description": "A fixed width data parser",

@@ -36,3 +36,3 @@ "main": "dist/index.js",

"eslint-plugin-import": "^2.21.2",
"husky": "3.1.0",
"husky": "^7.0.4",
"jest": "^26.1.0",

@@ -49,8 +49,13 @@ "prettier": "^2.0.5",

"test:watch": "npm run test -- --watch",
"check": "npm run check:lint && npm run check:build",
"check": "npm run check:lint && npm run check:prettier && npm run check:build",
"check:build": "tsc --noEmit",
"check:lint": "eslint src/** test/**"
"check:lint": "eslint src/** test/**",
"check:prettier": "prettier \"{.,,{src,test}/**/}*.@(ts)\" --list-different",
"husky:pre-commit": "npm run check",
"husky:pre-push": "npm run test",
"prepare": "husky install"
},
"keywords": [
"fixed",
"fixed width",
"format",

@@ -57,0 +62,0 @@ "parser"

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