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

counties-of-romania

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

counties-of-romania - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

dist/index.js

@@ -11,5 +11,5 @@ 'use strict';

var _countiesOfRomania = require('./counties-of-romania.json');
var _countiesOfRomania2 = require('./counties-of-romania.json');
var _countiesOfRomania2 = _interopRequireDefault(_countiesOfRomania);
var _countiesOfRomania3 = _interopRequireDefault(_countiesOfRomania2);

@@ -19,4 +19,4 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var publicApi = {
all: _countiesOfRomania2.default,
random: (0, _uniqueRandomArray2.default)(_countiesOfRomania2.default)
all: _countiesOfRomania3.default,
random: (0, _uniqueRandomArray2.default)(_countiesOfRomania3.default)
};

@@ -23,0 +23,0 @@

@@ -91,5 +91,5 @@ (function webpackUniversalModuleDefinition(root, factory) {

var _countiesOfRomania = __webpack_require__(3);
var _countiesOfRomania2 = __webpack_require__(3);
var _countiesOfRomania2 = _interopRequireDefault(_countiesOfRomania);
var _countiesOfRomania3 = _interopRequireDefault(_countiesOfRomania2);

@@ -99,4 +99,4 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var publicApi = {
all: _countiesOfRomania2.default,
random: (0, _uniqueRandomArray2.default)(_countiesOfRomania2.default)
all: _countiesOfRomania3.default,
random: (0, _uniqueRandomArray2.default)(_countiesOfRomania3.default)
};

@@ -103,0 +103,0 @@

{
"name": "counties-of-romania",
"version": "1.0.2",
"version": "1.0.3",
"description": "Romanian counties",

@@ -46,3 +46,3 @@ "main": "dist/index.js",

"scripts": {
"commit": "git-cz",
"cm": "git-cz",
"commitmsg": "validate-commit-msg",

@@ -49,0 +49,0 @@ "prebuild": "rimraf dist",

@@ -5,2 +5,7 @@ # counties-of-romania

[![Codecov branch](https://img.shields.io/codecov/c/github/mstaicu/counties-of-romania/master.svg?style=flat-square)](https://codecov.io/gh/mstaicu/counties-of-romania/)
[![David](https://img.shields.io/david/mstaicu/counties-of-romania.svg?style=flat-square)](https://www.npmjs.com/package/counties-of-romania)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

@@ -7,0 +12,0 @@ Get random counties from the lovely Romania

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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