Socket
Socket
Sign inDemoInstall

bs-recipes

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-recipes - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

manifest.json

9

package.json
{
"name": "bs-recipes",
"version": "1.0.5",
"version": "1.1.0",
"description": "Fully working project examples showing how to use BrowserSync in various ways",

@@ -10,7 +10,8 @@ "repository": "BrowserSync/recipes",

"recipes",
"index.js"
"index.js",
"manifest.json"
],
"scripts": {
"build": "node crossbow.js",
"test": "npm run-script build",
"build": "node crossbow.js",
"test": "npm run-script build",
"prepublish": "find . -name .sass-cache | xargs rm -rf && find . -name .idea | xargs rm -rf"

@@ -17,0 +18,0 @@ },

@@ -27,2 +27,3 @@ ## Browsersync recipes.

- [Webpack + React Transform HMR](https://github.com/Browsersync/recipes/tree/master/recipes/webpack.react-transform-hmr)
- [Webpack + TypeScript](https://github.com/Browsersync/recipes/tree/master/recipes/webpack.typescript)

@@ -29,0 +30,0 @@ ... each one is a full, working example - just have a look at the `readme.md` in each one for installation

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