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

@circle.so/posts

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@circle.so/posts - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

dist/index.d.ts

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

import { BaseService } from '@circle/core';
import { type PostsCreateProps, type PostsCreateResponse, type PostsIndexProps, type PostsIndexResponse, type PostsShowProps, type PostsUpdateProps, type PostProps } from '@circle/types';
import { BaseService } from '@circle.so/core';
import { type PostsCreateProps, type PostsCreateResponse, type PostsIndexProps, type PostsIndexResponse, type PostsShowProps, type PostsUpdateProps, type PostProps } from '@circle.so/types';
export declare class Posts extends BaseService {

@@ -4,0 +4,0 @@ endpoint: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Posts = void 0;
const core_1 = require("@circle/core");
const core_1 = require("@circle.so/core");
class Posts extends core_1.BaseService {

@@ -6,0 +6,0 @@ endpoint = 'posts';

@@ -17,8 +17,8 @@ {

"types": "dist/index.d.ts",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {
"@circle.so/core": "*",
"@circle.so/types": "^0.0.1",
"@circle.so/spaces": "^0.0.1"
"@circle.so/types": "*",
"@circle.so/spaces": "*"
}
}
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