New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

frint-cli

Package Overview
Dependencies
Maintainers
6
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frint-cli - npm Package Compare versions

Comparing version 5.2.1 to 5.3.0

lib/bin/frint.js

15

package.json
{
"name": "frint-cli",
"version": "5.2.1",
"version": "5.3.0",
"description": "CLI for Frint",
"main": "lib/index.js",
"homepage": "https://github.com/frintjs/frint/tree/master/packages/frint-cli",
"bin": {
"frint": "./bin/frint.js"
"frint": "./lib/bin/frint.js"
},
"scripts": {
"lint": "cross-env ../../node_modules/.bin/eslint --color '{root,commands,bin}/**/*.js'",
"transpile": "echo \"Nothing to transpile\"",
"test": "cross-env ../../node_modules/.bin/mocha --colors --recursive ./commands/*.spec.js",
"lint": "cross-env ../../node_modules/.bin/tslint -p .",
"transpile": "cross-env ../../node_modules/.bin/tsc",
"test": "cross-env ../../node_modules/.bin/mocha --require ts-node/register --colors --recursive ./src/**/*.spec.ts",
"cover:run": "echo \"Nothing to cover\"",

@@ -33,3 +32,3 @@ "cover:report": "echo \"Nothing to report\"",

"dependencies": {
"frint": "^5.2.1",
"frint": "^5.3.0",
"lodash": "^4.17.4",

@@ -43,2 +42,4 @@ "mkdirp": "^0.5.1",

"devDependencies": {
"@types/request": "^2.0.9",
"@types/tar": "^4.0.0",
"cross-env": "^5.0.5",

@@ -45,0 +46,0 @@ "memory-fs": "^0.4.1"

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