Socket
Socket
Sign inDemoInstall

next

Package Overview
Dependencies
Maintainers
4
Versions
2751
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next - npm Package Compare versions

Comparing version 3.0.0-beta7 to 3.0.0-beta8

14

package.json
{
"name": "next",
"version": "3.0.0-beta7",
"version": "3.0.0-beta8",
"description": "Minimalistic framework for server-rendered React applications",

@@ -59,3 +59,3 @@ "main": "./dist/server/next.js",

"babel-plugin-transform-runtime": "6.22.0",
"babel-preset-env": "1.5.0",
"babel-preset-env": "1.5.1",
"babel-preset-react": "6.24.1",

@@ -79,3 +79,3 @@ "babel-runtime": "6.23.0",

"minimist": "1.2.0",
"mitt": "1.1.1",
"mitt": "1.1.2",
"mkdirp-then": "1.2.0",

@@ -91,3 +91,3 @@ "mv": "2.1.1",

"strip-ansi": "3.0.1",
"styled-jsx": "1.0.2",
"styled-jsx": "1.0.3",
"touch": "1.0.0",

@@ -97,3 +97,3 @@ "unfetch": "2.1.2",

"uuid": "3.0.1",
"webpack": "2.5.1",
"webpack": "2.6.0",
"webpack-dev-middleware": "1.10.2",

@@ -123,5 +123,5 @@ "webpack-hot-middleware": "2.18.0",

"husky": "0.13.3",
"jest-cli": "20.0.2",
"jest-cli": "20.0.4",
"lint-staged": "^3.4.0",
"node-fetch": "1.6.3",
"node-fetch": "1.7.0",
"node-notifier": "5.1.2",

@@ -128,0 +128,0 @@ "nyc": "10.3.2",

@@ -149,3 +149,3 @@ <img width="112" alt="screen shot 2016-10-25 at 2 37 27 pm" src="https://cloud.githubusercontent.com/assets/13041/19686250/971bf7f8-9ac0-11e6-975c-188defd82df1.png">

Please see the [styled-jsx documentation](https://github.com/zeit/styled-jsx) for more examples.
Please see the [styled-jsx documentation](https://www.npmjs.com/package/styled-jsx) for more examples.

@@ -868,3 +868,7 @@ #### CSS-in-JS

<<<<<<< HEAD
Note: we recommend putting `.next`, or your custom dist folder (you can set a custom folder in ['Custom Config'](https://github.com/zeit/next.js#custom-configuration)), in `.npmignore` or `.gitignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next` or your custom dist folder)
=======
Note: we recommend putting `.next`, or your custom dist folder (Please have a look at ['Custom Config'](https://github.com/zeit/next.js#custom-configuration). You can set a custom folder in config, `.npmignore`, or `.gitignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next` or your custom dist folder).
>>>>>>> 0ec33c8ccdf8e55f6fedd64d7d358b030527813c

@@ -871,0 +875,0 @@ ## Static HTML export

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