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

@pubkeeper/crypto-aes-cbc

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pubkeeper/crypto-aes-cbc - npm Package Compare versions

Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3

5

dist/index.js

@@ -1,2 +0,3 @@

(function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap
module.exports =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -145,2 +146,2 @@ /******/ var installedModules = {};

/***/ })
/******/ ])));
/******/ ]);

2

package.json
{
"name": "@pubkeeper/crypto-aes-cbc",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "AES-CBC Crypto for Pubkeeper (using aes-js)",

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

@@ -47,3 +47,3 @@ const path = require('path');

output: {
libraryTarget: 'commonjs',
libraryTarget: 'commonjs2',
path: path.resolve(__dirname, 'dist'),

@@ -50,0 +50,0 @@ filename: 'index.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