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
1
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.0 to 0.1.1

dist/index.spec.js

3

dist/index.js

@@ -13,3 +13,2 @@ 'use strict';

exports.default = { Practice: _Practice2.default };
exports.default = { Practice: _Practice2.default };
{
"name": "eic-vocab-app-models",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"scripts": {
"cz": "git-cz",
"prepare": "babel index.js > dist/index.js",
"build": "babel src -d dist",
"prepare": "npm run build",
"lint": "npm run lint:js",
"lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts",
"lint:js": "npm run lint:eslint -- .",
"lint:js": "npm run lint:eslint -- ./src",
"lint:staged": "lint-staged",
"test:clean": "rimraf ./coverage",
"pretest": "npm run test:clean && npm run lint && flow",
"test": "NODE_ENV=test jest --coverage",
"test": "NODE_ENV=test jest --coverage ./src",
"precommit": "npm run lint:staged"

@@ -16,0 +17,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