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

@defer/client

Package Overview
Dependencies
Maintainers
2
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@defer/client - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0-alpha-20230324193114-b07b151

2

cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "1.2.0";
exports.default = "1.3.0-alpha-20230324193114-b07b151";

@@ -1,1 +0,1 @@

export default "1.2.0";
export default "1.3.0-alpha-20230324193114-b07b151";
{
"name": "@defer/client",
"version": "1.2.0",
"version": "1.3.0-alpha-20230324193114-b07b151",
"description": "Zero infrastructure NodeJS background jobs",

@@ -34,4 +34,18 @@ "dependencies": {

},
"./api": {
"require": {
"types": "./typings/client.d.cts",
"default": "./cjs/client.js"
},
"import": {
"types": "./typings/client.d.ts",
"default": "./esm/client.js"
},
"default": {
"types": "./typings/client.d.ts",
"default": "./esm/client.js"
}
},
"./package.json": "./package.json"
}
}

@@ -1,2 +0,2 @@

declare const _default: "1.2.0";
declare const _default: "1.3.0-alpha-20230324193114-b07b151";
export default _default;

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