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

favelas

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

favelas - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

dist/es5/index.d.ts

@@ -0,1 +1,3 @@

type State = "rj" | "sp";
type Zone = "sul" | "oeste" | "central" | "norte" | "leste";
type Favela = {

@@ -5,7 +7,5 @@ id: number;

complex: string;
zone: string;
zone: Zone;
neighborhoods: string;
};
type State = "rj" | "sp";
type Zone = "sul" | "oeste" | "central" | "norte";
declare class Favelas {

@@ -12,0 +12,0 @@ state: State;

@@ -0,1 +1,3 @@

type State = "rj" | "sp";
type Zone = "sul" | "oeste" | "central" | "norte" | "leste";
type Favela = {

@@ -5,7 +7,5 @@ id: number;

complex: string;
zone: string;
zone: Zone;
neighborhoods: string;
};
type State = "rj" | "sp";
type Zone = "sul" | "oeste" | "central" | "norte";
declare class Favelas {

@@ -12,0 +12,0 @@ state: State;

{
"name": "favelas",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/es5/index.js",

@@ -28,3 +28,2 @@ "module": "dist/es6/index.js",

"jest": "^29.7.0",
"parcel": "^2.5.0",
"ts-jest": "^29.1.1",

@@ -31,0 +30,0 @@ "ts-node": "^10.9.2",

@@ -28,2 +28,18 @@ ## FAVELAS

## TYPES
```js
type Favela = {
id: number,
name: string,
complex: string,
zone: Zone,
neighborhoods: string,
};
type State = "rj" | "sp";
type Zone = "sul" | "oeste" | "central" | "norte";
```
## API

@@ -30,0 +46,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