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

eredita

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eredita - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

dist/index.d.ts

55

package.json
{
"name": "eredita",
"version": "1.0.1",
"version": "1.1.0",
"description": "Javascript Data Inheritance",
"main": "index.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prepublish": "babel --presets es2015 --source-maps --out-file index.js src/index.js"
"clean": "rimraf dist coverage .nyc_output node_modules",
"prebuild": "rimraf dist",
"build": "tsc",
"precommit": "npm run build && npm run cover && npm run check-coverage",
"commit": "git-cz",
"check-coverage": "nyc check-coverage --statements 80 --branches 80 --functions 80 --lines 80",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"watch:test": "npm t -- -w",
"test": "mocha test/*.test.js",
"cover": "nyc --reporter=lcov --reporter=text npm t",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},

@@ -20,10 +31,34 @@ "repository": {

],
"files": [
"dist",
"README.md",
"LICENSE"
],
"author": "Federico Pinna <fpinna@vivocha.com> (http://www.vivocha.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vivocha/eredita/issues"
},
"homepage": "https://github.com/vivocha/eredita#readme",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13"
"@types/node": "7.0.18",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"chai-spies": "0.7.1",
"commitizen": "2.9.6",
"coveralls": "2.13.1",
"cz-conventional-changelog": "2.0.0",
"husky": "0.13.3",
"lodash": "4.17.4",
"mocha": "3.3.0",
"nyc": "10.3.2",
"rimraf": "2.6.1",
"semantic-release": "^6.3.6",
"typescript": "2.3.2"
},
"author": "Federico Pinna <fpinna@vivocha.com>",
"license": "MIT"
}
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}

@@ -1,1 +0,5 @@

# eredita
# eredita
[![travis build](https://img.shields.io/travis/vivocha/eredita.svg)](https://travis-ci.org/vivocha/eredita)
[![codecov coverage](https://img.shields.io/codecov/c/github/vivocha/eredita.svg)](https://codecov.io/gh/vivocha/eredita)
[![npm version](https://img.shields.io/npm/v/eredita.svg)](https://www.npmjs.com/package/eredita)
.npmignore
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