Socket
Socket
Sign inDemoInstall

auto-reset-event

Package Overview
Dependencies
3
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-master.8e47125 to 1.0.0

3

lib/index.js

@@ -10,8 +10,5 @@ "use strict";

require("@babel/runtime");
var _createAutoResetEvent = _interopRequireDefault(require("./createAutoResetEvent"));
// As a de facto standard, NPM packages should be targeting ES5
var _default = _createAutoResetEvent.default;
exports.default = _default;

2

package.json
{
"name": "auto-reset-event",
"version": "1.0.0-master.8e47125",
"version": "1.0.0",
"description": "An acquire-release one semantic implemented in Promise.",

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

@@ -1,6 +0,3 @@

// As a de facto standard, NPM packages should be targeting ES5
import '@babel/runtime';
import createAutoResetEvent from './createAutoResetEvent';
export default createAutoResetEvent
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