Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0 to 1.0.1

6

CHANGELOG.md

@@ -9,1 +9,7 @@ CHANGELOG

## 1.0.1 (2016-06-16)
* fixing the build pipeline
## 1.0.0 (2016-06-16)
* initial

9

package.json
{
"name": "aes-decrypter",
"version": "1.0.0",
"version": "1.0.1",
"description": "decrypt aes-128 content using a key",

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

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

@@ -94,3 +88,2 @@ "qunit": "global:QUnit",

"browserify-shim": "^3.8.12",
"browserify-versionify": "^1.0.6",
"budo": "^8.0.4",

@@ -97,0 +90,0 @@ "chg": "^0.3.2",

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

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

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

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

@@ -46,4 +45,3 @@ }),

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

@@ -50,0 +48,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