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

@vidazoo/vcypher-rs

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vidazoo/vcypher-rs - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

9

index.d.ts

@@ -6,7 +6,6 @@ /* tslint:disable */

export declare function createCoder(): Coder
export declare class Coder {
constructor()
encode(json: object): string
decode(encrypted: string): object
export type VCypherRS = VCypherRs
export declare class VCypherRs {
static encode(json: object): string
static decode(encrypted: string): object
}

@@ -313,5 +313,4 @@ /* tslint:disable */

const { Coder, createCoder } = nativeBinding
const { VCypherRs } = nativeBinding
module.exports.Coder = Coder
module.exports.createCoder = createCoder
module.exports.VCypherRs = VCypherRs
{
"name": "@vidazoo/vcypher-rs",
"version": "0.1.0",
"version": "0.1.1",
"description": "vCypher module for encoding and decoding strings",

@@ -34,8 +34,8 @@ "main": "index.js",

"optionalDependencies": {
"@vidazoo/vcypher-rs-win32-x64-msvc": "0.1.0",
"@vidazoo/vcypher-rs-darwin-x64": "0.1.0",
"@vidazoo/vcypher-rs-linux-x64-gnu": "0.1.0",
"@vidazoo/vcypher-rs-linux-x64-musl": "0.1.0",
"@vidazoo/vcypher-rs-darwin-arm64": "0.1.0"
"@vidazoo/vcypher-rs-win32-x64-msvc": "0.1.1",
"@vidazoo/vcypher-rs-darwin-x64": "0.1.1",
"@vidazoo/vcypher-rs-linux-x64-gnu": "0.1.1",
"@vidazoo/vcypher-rs-linux-x64-musl": "0.1.1",
"@vidazoo/vcypher-rs-darwin-arm64": "0.1.1"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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