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

aes-decrypter

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aes-decrypter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

CHANGELOG.md

@@ -9,2 +9,5 @@ CHANGELOG

## 1.0.2 (2016-06-16)
* specify browserify transform globally
## 1.0.1 (2016-06-16)

@@ -11,0 +14,0 @@ * fixing the build pipeline

{
"name": "aes-decrypter",
"version": "1.0.1",
"version": "1.0.2",
"description": "decrypt aes-128 content using a key",

@@ -53,2 +53,12 @@ "main": "es5/index.js",

"license": "Apache-2.0",
"browserify": {
"transform": [
[
"browserify-shim",
{
"global": true
}
]
]
},
"browserify-shim": {

@@ -55,0 +65,0 @@ "qunit": "global:QUnit",

1

scripts/build-test.js

@@ -13,5 +13,4 @@ import browserify from 'browserify';

.transform('babelify')
.transform('browserify-shim', {global: true})
.bundle()
.pipe(fs.createWriteStream('test/dist/bundle.js'));
});

@@ -34,4 +34,3 @@ import Promise from 'bluebird';

transform: [
'babelify',
['browserify-shim', {global: true}]
'babelify'
]

@@ -44,4 +43,3 @@ }),

transform: [
'babelify',
['browserify-shim', {global: true}]
'babelify'
]

@@ -48,0 +46,0 @@ })

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