Socket
Socket
Sign inDemoInstall

regionalinfo

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regionalinfo - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

14

dist/index.js

@@ -1,7 +0,1 @@

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global[''regionalinfo''] = factory());
}(this, (function () { 'use strict';
var city = {

@@ -1882,4 +1876,3 @@ "110000000000": [

class Index {
static district(){
function district(){
let first = [];

@@ -1911,6 +1904,3 @@ let fristParam = {};

}
}
return Index;
})));
module.exports = district;

4

package.json
{
"name": "regionalinfo",
"version": "1.0.5",
"version": "1.0.6",
"description": "regionalinfo",
"main": "dist/index.js",
"scripts": {
"build": "rollup lib/index.js --output.format umd --name 'regionalinfo' --output.file dist/index.js",
"build": "rollup lib/index.js --output.format es --name 'regionalinfo' --output.file dist/index.js",
"pub": "npm run build && npm publish"

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