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

@unrevealed/node

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unrevealed/node - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

lib/types/UnrevealedClient.d.ts

@@ -30,3 +30,3 @@ import { UnrevealedLogger } from './Logger';

team?: Team;
}): Promise<FeatureKey[]>;
}): FeatureKey[];
identify({ user, team }: {

@@ -33,0 +33,0 @@ user?: User;

@@ -77,6 +77,3 @@ "use strict";

getEnabledFeatures({ user, team, } = {}) {
return __awaiter(this, void 0, void 0, function* () {
yield this._connectionPromise;
return this._featureKeys.filter((featureKey) => this.isFeatureEnabled(featureKey, { user, team }));
});
return this._featureKeys.filter((featureKey) => this.isFeatureEnabled(featureKey, { user, team }));
}

@@ -83,0 +80,0 @@ identify({ user, team }) {

{
"name": "@unrevealed/node",
"version": "0.0.7",
"version": "0.0.8",
"description": "Unrevealed SDK for Node",

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

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