Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wappsto-blanket

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wappsto-blanket - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

4

dist/util/index.js

@@ -19,3 +19,3 @@ "use strict";

var _crypto = _interopRequireDefault(require("crypto"));
var _cryptoRandomuuid = _interopRequireDefault(require("crypto-randomuuid"));

@@ -53,3 +53,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

function uuid() {
return _crypto["default"].randomUUID();
return (0, _cryptoRandomuuid["default"])();
}

@@ -56,0 +56,0 @@

{
"name": "wappsto-blanket",
"version": "2.1.3",
"version": "2.1.4",
"description": "",

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

"dependencies": {
"crypto-randomuuid": "^1.0.0",
"deep-equal": "^2.0.5",

@@ -37,0 +38,0 @@ "i18next": "^21.6.16",

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