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

revchiver

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

revchiver - npm Package Compare versions

Comparing version 0.5.4 to 0.6.0

dist/src/archiveChannel.d.ts

8

CHANGELOG.md

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

# v0.5.4 (2022-10-01)
# v6.0.0 (2023-01-14)
- BREAKING: You must now import functions from the package itself - replace any imports from `revchiver/dist` with imports from `revchiver`.
- Reactions are now archived.
- Updated to Revolt.JS v6.0.19.
# v0.5.4 (2022-11-08)
- The timestamp/archiver ID should now always be correct.

@@ -4,0 +10,0 @@ - Fix build/typing issues.

2

dist/index.d.ts

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

export { archiveChannel } from "./archiveChannel";
export { archiveChannel } from "./src/index";

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

export { archiveChannel } from "./archiveChannel";
export { archiveChannel } from "./src/index";
{
"name": "revchiver",
"version": "0.5.4",
"version": "0.6.0",
"description": "Archiving library for Revolt.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",

@@ -33,16 +33,16 @@ "scripts": {

},
"bin": "dist/src/index.js",
"bin": "dist/index.js",
"files": [
"dist/",
"src",
"LICENSE",
"CHANGELOG.md"
],
"devDependencies": {
"@types/node": "^17.0.23",
"@types/ws": "^8.5.3",
"rimraf": "^3.0.2"
"@types/node": "^17.0.45",
"@types/ws": "^8.5.4",
"rimraf": "^4.0.4"
},
"dependencies": {
"revolt.js": "6.0.0"
"revolt.js": "^6.0.19"
}
}

@@ -10,3 +10,3 @@ # Revchiver

```ts
import { archiveChannel } from "revchiver/dist";
import { archiveChannel } from "revchiver";

@@ -13,0 +13,0 @@ const msg = "<insert revolt.js message object here>";

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