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

famous-dist-generator

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

famous-dist-generator - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

lib/standalone.js

@@ -14,2 +14,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

var uglifyjs = require('uglifyjs');
var deamdify = require('deamdify');

@@ -22,3 +23,3 @@ var licenseHeader = fs.readFileSync(path.join(__dirname, '..', 'templates', 'mit-license-header.txt'), 'utf8');

});
b.transform(path.join(__dirname, '..', 'node_modules', 'deamdify'));
b.transform(deamdify);
b.add(index);

@@ -25,0 +26,0 @@ b.bundle(cb);

{
"name": "famous-dist-generator",
"version": "1.0.2",
"version": "1.0.3",
"description": "Build various dist versions of famous/famous. RequireJS, CommonJS, or standalone window.famous object",

@@ -5,0 +5,0 @@ "main": "./lib/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