Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

assetone

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assetone - npm Package Compare versions

Comparing version 0.2.2 to 0.2.4

2

lib/index.js

@@ -93,3 +93,3 @@ var fs = require('fs-base');

var r = [];
r.push('modules = window.modules || {};');
r.push('modules = self.modules || {};');
if (main) {

@@ -96,0 +96,0 @@ r.push(fs.read(resolve(module, './require.js')));

@@ -5,3 +5,3 @@ {

"description":"Packages up CommonJS modules for the browser",
"version":"0.2.2",
"version":"0.2.4",
"author":{

@@ -30,3 +30,3 @@ "name":"Oleg Podsechin",

"engines":{
"node":">= 0.5.2"
"node":">=0.5.2"
},

@@ -33,0 +33,0 @@ "dependencies":{

@@ -16,2 +16,4 @@ # AssetOne

* exposes [Stick](https://github.com/hns/stick) middleware for use with RingoJS and [Common Node](https://github.com/olegp/common-node)
* CSS optimization via CleanCSS
* JS minification via UglifyJS

@@ -50,2 +52,2 @@ ### Maintainers

TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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