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

asyncctx

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asyncctx - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

3

ContinuationLocalStorage.js

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ContinuationLocalStorage = void 0;
var semver = require('semver');

@@ -125,3 +126,3 @@ var nodeVersion = process.versions.node;

},
enumerable: true,
enumerable: false,
configurable: true

@@ -128,0 +129,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createHook = void 0;
// tslint:disable: no-require-imports no-var-requires

@@ -4,0 +5,0 @@ var asyncHook = require('./async-hook/index.js');

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ContinuationLocalStorage_1 = require("./ContinuationLocalStorage");
exports.ContinuationLocalStorage = ContinuationLocalStorage_1.ContinuationLocalStorage;
Object.defineProperty(exports, "ContinuationLocalStorage", { enumerable: true, get: function () { return ContinuationLocalStorage_1.ContinuationLocalStorage; } });
//# sourceMappingURL=index.js.map
{
"name": "asyncctx",
"version": "1.1.10",
"version": "1.1.11",
"description": "an asynchronous execution context for TypeScript/JavaScript",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -55,3 +55,4 @@ [![npm version](https://badge.fury.io/js/asyncctx.svg)](https://badge.fury.io/js/asyncctx)

| -------- | --------------------------------------------------------------------------------------- |
| 1.1.10 | maintenance release |
| 1.1.11 | node 14 |
| 1.1.8-10 | maintenance release |
| 1.1.7 | node 13 |

@@ -58,0 +59,0 @@ | 1.1.2-6 | maintenance release |

Sorry, the diff of this file is not supported yet

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