Socket
Socket
Sign inDemoInstall

fast-unique-numbers

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-unique-numbers - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

6

build/es5/bundle.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.fastUniqueNumbers = {})));
}(this, (function (exports) { 'use strict';
factory(global.fastUniqueNumbers = {});
}(typeof self !== 'undefined' ? self : this, function (exports) { 'use strict';

@@ -76,2 +76,2 @@ var LAST_NUMBER_WEAK_MAP = new WeakMap();

})));
}));

@@ -18,3 +18,3 @@ {

"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/plugin-external-helpers": "^7.2.0",

@@ -30,3 +30,3 @@ "@babel/plugin-transform-runtime": "^7.2.0",

"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.9.0",
"eslint": "^5.10.0",
"eslint-config-holy-grail": "^32.0.0",

@@ -42,3 +42,3 @@ "grunt": "^1.0.3",

"gruntify-eslint": "^5.0.0",
"husky": "^1.2.0",
"husky": "^1.2.1",
"karma": "^3.1.3",

@@ -51,17 +51,17 @@ "karma-browserstack-launcher": "^1.3.0",

"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sauce-launcher": "^2.0.2",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^3.0.5",
"load-grunt-config": "^0.19.1",
"load-grunt-config": "^1.0.1",
"mocha": "^5.2.0",
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.0.3",
"sinon": "^7.1.1",
"rollup": "^0.68.0",
"rollup-plugin-babel": "^4.1.0",
"sinon": "^7.2.2",
"sinon-chai": "^3.3.0",
"ts-loader": "^5.3.1",
"tsconfig-holy-grail": "^9.0.2",
"tsconfig-holy-grail": "^9.0.4",
"tslint": "^5.11.0",
"tslint-config-holy-grail": "^38.0.5",
"typescript": "^3.2.1",
"webpack": "^4.26.1"
"tslint-config-holy-grail": "^38.0.9",
"typescript": "^3.2.2",
"webpack": "^4.27.1"
},

@@ -97,3 +97,3 @@ "engines": {

"types": "build/es2018/module.d.ts",
"version": "3.0.2"
"version": "3.0.3"
}
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