New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

trolly

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trolly - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

14

package.json
{
"name": "trolly",
"version": "0.1.2",
"version": "0.1.3",
"distTag": "pre",

@@ -59,3 +59,2 @@ "description": "A boilerplate for creating isomorphic libraries using Babel, Webpack, Mocha, Chai, Karma, Isparta, and ESLint",

"devDependencies": {
"babel": "^6.0.15",
"babel-cli": "^6.1.2",

@@ -68,3 +67,2 @@ "babel-core": "^6.1.2",

"eslint": "^1.9.0",
"husky": "^0.10.1",
"isparta": "^3.5.3",

@@ -80,3 +78,3 @@ "isparta-loader": "^1.0.0",

"mocha": "^2.3.3",
"npm-check-updates": "^2.2.0",
"npm-check-updates": "^2.3.4",
"phantomjs": "^1.9.18",

@@ -87,2 +85,7 @@ "phantomjs-polyfill": "0.0.1",

},
"babel": {
"ignore": [
"packages/babel-cli/src/babel-plugin/templates"
]
},
"devEngines": {

@@ -100,4 +103,5 @@ "node": "4.x || 5.x",

"dependencies": {
"rimraf": "^2.4.3"
"rimraf": "^2.4.3",
"semver": "^5.0.3"
}
}

@@ -19,11 +19,4 @@ # Isomorphic boilerplate written in ES2015 for Node and the browser.

* Node >= 4.x
*`iojs >= 3.x`
## Note
There are known issues with `Babel v.6.x`, and `Webpack 2.0-Beta`. Latest Webpack release runs stable only on node.js `stable` branch.
However. Trolly uses `Babel v. 6.x` without any issues, but not yet updated to `Webpack 2.0-Beta`. `PhantomJS 2.0` is still not supported.
Older node.js versions gives issues with some newer dependencies, so only `Node >= 4.x` are supported.
## Basic guide

@@ -86,2 +79,10 @@

## Known package issues
There are issues with `Babel v.6.x`, and `Webpack 2.0-Beta`. Latest Webpack release runs stable only on node.js `stable` branch.
However. Trolly uses `Babel v. 6.x` without any issues, but not yet updated to `Webpack 2.0-Beta`. `PhantomJS 2.0` is still not supported.
Older node.js versions gives issues with some newer dependencies, so only `Node >= 4.x` and `iojs >= 3.x` are supported.
## FAQ

@@ -88,0 +89,0 @@

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