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

@activepieces/pieces-common

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/pieces-common - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

package.json
{
"name": "@activepieces/pieces-common",
"version": "0.1.0",
"version": "0.2.0",
"type": "commonjs",

@@ -9,4 +9,4 @@ "dependencies": {

"nanoid": "^3.3.4",
"@activepieces/pieces-framework": "0.4.0",
"@activepieces/shared": "0.4.0",
"@activepieces/pieces-framework": "0.5.0",
"@activepieces/shared": "0.5.0",
"tslib": "1.14.1"

@@ -13,0 +13,0 @@ },

import { OAuth2PropertyValue } from "@activepieces/pieces-framework";
export declare const getAccessTokenOrThrow: (auth: OAuth2PropertyValue | undefined) => string;
export * from './assertions';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAccessTokenOrThrow = void 0;
const tslib_1 = require("tslib");
const getAccessTokenOrThrow = (auth) => {

@@ -13,3 +12,2 @@ const accessToken = auth === null || auth === void 0 ? void 0 : auth.access_token;

exports.getAccessTokenOrThrow = getAccessTokenOrThrow;
tslib_1.__exportStar(require("./assertions"), exports);
//# sourceMappingURL=index.js.map

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