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

@giosg/pub-sdk

Package Overview
Dependencies
Maintainers
9
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giosg/pub-sdk - npm Package Compare versions

Comparing version 0.13.3 to 0.13.4

0

lib/groupchats.d.ts

@@ -0,0 +0,0 @@ import { UserUid, OrganizationUid } from "@giosg/types";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export { PubChannel, PubChannelMember, PubMessage, PubReportingMessage, PubReportingBody, PubUserMessage, PubCallRequestMessage, DMChannelPayload, PubChannelUid, PubChannelMemberUid, PubMessageUid, NotificationSettingsUid, NotificationMode, NotificationSettings, NotificationSettingsPayload, PubCallRequestPayload, PubUserMessagePayload, PubMessagePayload, ChannelPayload, TextChunk, AudioChunk, VoiceChunk, FileChunk, ImageChunk, LinkChunk, VideoChunk, ChunkV2, ChunkV3, ExternalViewV1, PubMessageBody, PubMessageBodyV1, PubMessageBodyV2, PubMessageBodyV3, CallRequestBody, } from "./groupchats";
export { BasePubSdk } from "./sdk";
//# sourceMappingURL=index.d.ts.map

1

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BasePubSdk = void 0;
var sdk_1 = require("./sdk");
Object.defineProperty(exports, "BasePubSdk", { enumerable: true, get: function () { return sdk_1.BasePubSdk; } });

@@ -0,0 +0,0 @@ import { IRealtimeSdk } from "@giosg/realtime-sdk";

@@ -0,0 +0,0 @@ "use strict";

7

package.json
{
"name": "@giosg/pub-sdk",
"version": "0.13.3",
"version": "0.13.4",
"description": "TypeScript interfaces for Giosg Pub",

@@ -8,3 +8,4 @@ "main": "lib/index.js",

"test": "jest --verbose",
"build": "rm -rf ./lib/* && npx tsc"
"build": "rm -rf ./lib/* && npx tsc",
"prepare": "npm run build"
},

@@ -31,3 +32,3 @@ "jest": {

"@giosg/realtime-sdk": "^2.0.7",
"@giosg/types": "^4.1.0",
"@giosg/types": "^6.1.2",
"rxjs": "5.4.2"

@@ -34,0 +35,0 @@ },

@@ -19,8 +19,10 @@ # Giosg Pub SDK and interfaces

6. Login to npm with `npm login --scope=giosg`. You will be prompted for credentials.
7. Publish the package with: `npm publish --access public`. `--access public` flag is mandatory because organization packages default to `restricted`.
8. Create a new tag on the latest commit on master branch `git tag vX.Y.Z` `X.Y.Z` being the published version.
9. Push the tag to remote `git push --tags`.
7. Build version with `npm run prepare` command.
8. Publish the package with: `npm publish --access public`. `--access public` flag is mandatory because organization packages default to `restricted`.
9. Create a new tag on the latest commit on master branch `git tag vX.Y.Z` `X.Y.Z` being the published version.
10. Push the tag to remote `git push --tags`.
## TODO:
- add lint
- add grammarchek
- add grammarchek
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