Socket
Socket
Sign inDemoInstall

@zettabrasil/petshop-especies

Package Overview
Dependencies
0
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.2.0

lib/pelagens.json

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [0.2.0](https://github.com/zettabrasil/petshop-especies/compare/v0.1.1...v0.2.0) (2020-01-24)
### Features
* add pelages e portes ([d345596](https://github.com/zettabrasil/petshop-especies/commit/d345596f76e2fd35e99ff53d625eb0e16906e325))
### [0.1.1](https://github.com/zettabrasil/petshop-especies/compare/v0.1.0...v0.1.1) (2020-01-24)

@@ -7,0 +14,0 @@

11

index.js

@@ -10,3 +10,6 @@ const canino = require('./lib/canino');

module.exports = {
const pelagens = require('./lib/pelagens');
const portes = require('./lib/portes');
const especies = {
'Canino': canino,

@@ -21,1 +24,7 @@ 'Coelho': coelho,

};
module.exports = {
'especies': especies,
'pelagens': pelagens,
'portes': portes,
};

2

package.json
{
"name": "@zettabrasil/petshop-especies",
"version": "0.1.1",
"version": "0.2.0",
"description": "Relação de espécies e raças",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc