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

frint-model

Package Overview
Dependencies
Maintainers
6
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frint-model - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

16

package.json
{
"name": "frint-model",
"version": "2.3.1",
"version": "2.4.0",
"description": "Model package for Frint",

@@ -8,10 +8,10 @@ "main": "lib/index.js",

"scripts": {
"lint": "../../node_modules/.bin/eslint --color '{src,test}/**/*.js'",
"transpile": "../../node_modules/.bin/babel src --out-dir lib",
"test": "../../node_modules/.bin/mocha --colors --compilers js:babel-register --recursive './src/**/*.spec.js'",
"cover:run": "../../node_modules/.bin/nyc --reporter=json --require babel-register ../../node_modules/.bin/mocha --colors --compilers js:babel-register --recursive './src/**/*.spec.js'",
"cover:report": "../../node_modules/.bin/nyc report",
"lint": "cross-env ../../node_modules/.bin/eslint --color '{src,test}/**/*.js'",
"transpile": "cross-env ../../node_modules/.bin/babel src --out-dir lib",
"test": "cross-env ../../node_modules/.bin/mocha --colors --compilers js:babel-register --recursive ./src/**/*.spec.js",
"cover:run": "cross-env ../../node_modules/.bin/nyc --reporter=json --require babel-register ../../node_modules/.bin/mocha --colors --compilers js:babel-register --recursive ./src/**/*.spec.js",
"cover:report": "cross-env ../../node_modules/.bin/nyc report",
"cover": "npm run cover:run && npm run cover:report",
"dist:lib": "../../node_modules/.bin/webpack --config ./webpack.config.js",
"dist:min": "DIST_MIN=1 ../../node_modules/.bin/webpack --config ./webpack.config.js",
"dist:lib": "cross-env ../../node_modules/.bin/webpack --config ./webpack.config.js",
"dist:min": "cross-env DIST_MIN=1 ../../node_modules/.bin/webpack --config ./webpack.config.js",
"dist": "npm run dist:lib && npm run dist:min",

@@ -18,0 +18,0 @@ "prepublish": "npm run transpile"

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