Socket
Socket
Sign inDemoInstall

@particle-network/auth

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particle-network/auth - npm Package Compare versions

Comparing version 0.4.2 to 0.4.4

7

lib/index.js

@@ -16,9 +16,4 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = void 0;
var particle_network_1 = require("./particle-network");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(particle_network_1).default; } });
__exportStar(require("./particle-network"), exports);
__exportStar(require("./types"), exports);

@@ -25,0 +20,0 @@ __exportStar(require("./utils"), exports);

3

lib/particle-network.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ParticleNetwork = void 0;
const auth_1 = require("./auth");

@@ -24,3 +25,3 @@ const types_1 = require("./types");

}
exports.default = ParticleNetwork;
exports.ParticleNetwork = ParticleNetwork;
//# sourceMappingURL=particle-network.js.map

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

export { default } from "./particle-network";
export * from "./particle-network";
export * from "./types";
export * from "./utils";
export * from "./auth";
import { Auth } from "./auth";
import { Config } from "./types";
export default class ParticleNetwork {
export declare class ParticleNetwork {
readonly auth: Auth;

@@ -5,0 +5,0 @@ private readonly config;

{
"name": "@particle-network/auth",
"version": "0.4.2",
"version": "0.4.4",
"files": [

@@ -5,0 +5,0 @@ "lib",

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