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

eic-vocab-app-models

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eic-vocab-app-models - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

11

package.json
{
"name": "eic-vocab-app-models",
"version": "0.1.4",
"version": "0.1.5",
"main": "./dist/index.js",

@@ -10,2 +10,4 @@ "files": [

"cz": "git-cz",
"preflow": "if [ ! -d \"flow-typed\" ]; then flow-typed install jest@22.1.4; fi",
"flow": "flow",
"build:clean": "rimraf ./dist",

@@ -19,6 +21,5 @@ "build": "npm run build:clean && babel src -d dist --ignore *.spec.js",

"test:clean": "rimraf ./coverage",
"pretest": "npm run test:clean && npm run lint && flow",
"pretest": "npm run test:clean && npm run lint && npm run flow",
"test": "NODE_ENV=test jest --coverage ./src",
"precommit": "npm run lint:staged",
"postinstall": "[ \"$NODE_ENV\" != production ] && flow-typed install jest@22.1.4"
"precommit": "npm run lint:staged"
},

@@ -36,3 +37,3 @@ "lint-staged": {

"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-core": "^6.0.0",
"babel-eslint": "8.1.1",

@@ -39,0 +40,0 @@ "babel-jest": "^22.1.0",

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