New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

js-brasil

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-brasil - npm Package Compare versions

Comparing version 2.5.8 to 2.5.9

dist/js-brasil.js

5

package.json
{
"name": "js-brasil",
"version": "2.5.8",
"version": "2.5.9",
"description": "Javascript Utils para Brasil (cpf, cnpj...)",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"build": "tsc index.ts",
"watch": "npm run build & onchange 'src/**/*.ts' '*.ts' -- npm run build",

@@ -14,2 +14,3 @@ "watch:test": "onchange 'src/**/*.ts' '*.ts' -- npm run test",

"browserify:uglify": "npx simplifyify index.ts -s jsbrasil --minify --outfile dist/index.js",
"browserify:old": "browserify index.js --standalone jsbrasil -o js-brasil.js",
"manual:compile": "tsc && tsc addons.ts && rm src/*.js && rm src/addons/*.js",

@@ -16,0 +17,0 @@ "dist": "npm run build && npm run browserify && npm run browserify:uglify",

2

src/estados.ts

@@ -1,2 +0,2 @@

export const ESTADOS_SIGLA = ['ac', 'al', 'am', 'ap', 'ba', 'ce', 'df', 'es', 'go', 'ma',
export const ESTADOS_SIGLA: any = ['ac', 'al', 'am', 'ap', 'ba', 'ce', 'df', 'es', 'go', 'ma',
'mg', 'ms', 'mt', 'pa', 'pb', 'pe', 'pi', 'pr', 'rj', 'rn', 'ro', 'rr', 'rs',

@@ -3,0 +3,0 @@ 'sc', 'se', 'sp', 'to'

Sorry, the diff of this file is too big to display

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