Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
2
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prismatic-io/spectral - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

dist/testing.js

@@ -61,3 +61,3 @@ "use strict";

fields: {},
token: { access_token: token },
token: { access_token: token, token_type: "bearer" },
context: {},

@@ -70,3 +70,3 @@ }),

fields: {},
token: { access_token: token },
token: { access_token: token, token_type: "bearer" },
context: {},

@@ -73,0 +73,0 @@ }),

@@ -66,13 +66,12 @@ /// <reference types="node" />

client_secret: string;
auth_uri: string;
token_uri: string;
scopes: string;
auth_uri?: string;
scopes?: string;
};
token: {
[key: string]: string | undefined;
access_token?: string;
access_token: string;
token_type: string;
refresh_token?: string;
token_type?: string;
expires_at?: string;
expires_in?: string;
[key: string]: string | undefined;
};

@@ -79,0 +78,0 @@ context: {

{
"name": "@prismatic-io/spectral",
"version": "1.0.5",
"version": "1.0.6",
"description": "Utility library for building Prismatic components",

@@ -5,0 +5,0 @@ "keywords": [

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