Socket
Socket
Sign inDemoInstall

hashids

Package Overview
Dependencies
0
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

6

CHANGELOG.md
# CHANGELOG
**1.2.0**:
**1.2.1**:
- fixes a bug issue https://github.com/ivanakimov/hashids.js/issues/54
**1.2.0** (do not use):
- drop unsupported node versions (6 and above is still supported)

@@ -7,0 +11,0 @@ - drop support for browsers with global market share < 0.5%

2

dist/hashids.js
"use strict";
// this file here is for backwards compatibility with an earlier CommonJS version
const Hashids = require("./hashids").default;
const Hashids = require("./index").default;
Object.defineProperty(Hashids, "__esModule", {value: true});
Hashids.default = module.exports;
module.exports = Hashids;

@@ -5,3 +5,3 @@ {

"description": "Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "http://hashids.org/javascript",

@@ -8,0 +8,0 @@ "repository": {

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