Socket
Socket
Sign inDemoInstall

baconjs

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baconjs - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

dist/Bacon.js

4

component.json
{
"name": "baconjs",
"version": "0.0.11",
"main": "./lib/Bacon.js"
"version": "0.0.12",
"main": "./dist/Bacon.js"
}
{
"name": "baconjs",
"version": "0.0.11",
"version": "0.0.12",
"author": "Juha Paananen",

@@ -10,13 +10,15 @@ "licenses": [

"devDependencies": {
"jasmine-node": ">=1.0.x",
"coffee-script": ">=1.2.x",
"grunt": "0.4.0rc6",
"grunt-contrib-uglify": "0.1.1rc6",
"grunt-contrib-coffee": "0.4.0rc7"
"jasmine-node": "1.0.28",
"coffee-script": "1.4.0",
"grunt": "0.3",
"grunt-cli": "0.1.6",
"grunt-contrib-coffee": "~0.3",
"grunt-contrib-clean": "~0.3",
"grunt-contrib-copy": "~0.3.2"
},
"scripts": {
"test": "jasmine-node --coffee spec",
"pre-publish": "cake build"
"pre-publish": "grunt"
},
"main": "lib/Bacon.js"
"main": "dist/Bacon.js"
}

@@ -17,3 +17,3 @@ Bacon.js

- [CoffeeScript source](https://github.com/raimohanska/bacon.js/blob/master/src/Bacon.coffee)
- [Generated javascript](https://github.com/raimohanska/bacon.js/blob/master/lib/)
- [Generated javascript](https://github.com/raimohanska/bacon.js/blob/master/dist/)
- [Specs](https://github.com/raimohanska/bacon.js/blob/master/spec/BaconSpec.coffee)

@@ -35,7 +35,7 @@ - [Examples](https://github.com/raimohanska/bacon.js/blob/master/examples/examples.html)

You can download the latest [generated javascript](https://raw.github.com/raimohanska/bacon.js/master/lib/Bacon.js).
You can download the latest [generated javascript](https://raw.github.com/raimohanska/bacon.js/master/dist/Bacon.js).
..or you can use script tags to include this file directly from Github:
<script src="https://raw.github.com/raimohanska/bacon.js/master/lib/Bacon.js"></script>
<script src="https://raw.github.com/raimohanska/bacon.js/master/dist/Bacon.js"></script>

@@ -751,3 +751,3 @@ If you're targeting to [node.js](http://nodejs.org/), you can

Result javascript file will be generated in `lib` directory.
Result javascript file will be generated in `dist` directory.

@@ -754,0 +754,0 @@ Test

Sorry, the diff of this file is not supported yet

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