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

pseudo-crypto

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pseudo-crypto - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/cjs/pseudo-crypto.d.ts

@@ -5,5 +5,3 @@ export class PseudoCrypto {

unhash(string: any): number;
gett(): array;
getx(): array;
#private;
}

@@ -64,8 +64,2 @@ "use strict";

}
gett() {
return __classPrivateFieldGet(this, _PseudoCrypto_characterCodes, "f");
}
getx() {
return __classPrivateFieldGet(this, _PseudoCrypto_goldenPrimes, "f");
}
}

@@ -72,0 +66,0 @@ exports.PseudoCrypto = PseudoCrypto;

@@ -5,5 +5,3 @@ export class PseudoCrypto {

unhash(string: any): number;
gett(): array;
getx(): array;
#private;
}

@@ -383,8 +383,2 @@ export { PseudoCrypto };

}
gett() {
return this.#characterCodes;
}
getx() {
return this.#goldenPrimes;
}
}

2

package.json
{
"name": "pseudo-crypto",
"version": "1.0.2",
"version": "1.0.3",
"description": "pseudo-crypto",

@@ -5,0 +5,0 @@ "main": "dist/cjs/main.js",

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