Socket
Socket
Sign inDemoInstall

extension-jse

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extension-jse - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "extension-jse",
"version": "0.1.2",
"version": "0.1.3",
"description": "JavaScript Encrypt Extensions",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -25,3 +25,3 @@ # Extension-JSE

```js
const jse = require('jse');
const jse = require('extension-jse');

@@ -41,6 +41,4 @@ // in memory

```js
const jse = require('jse');
// enable 'require' to support 'jse' extension
jse.enableExtension();
require('extension-jse').enableExtension();

@@ -47,0 +45,0 @@ // use .jse like regular modules, the '.jse' is not necessary.

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