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.1 to 0.1.2-a

17

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

@@ -65,9 +65,8 @@ "description": "A boilerplate for creating isomorphic libraries using Babel, Webpack, Mocha, Chai, Karma, Isparta, and ESLint",

"babel-preset-es2015": "^6.1.2",
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"eslint": "^1.8.0",
"eslint": "^1.9.0",
"husky": "^0.10.1",
"isparta": "^3.5.3",
"isparta-loader": "^1.0.0",
"karma": "^0.13.14",
"karma": "^0.13.15",
"karma-cli": "^0.1.1",

@@ -80,3 +79,3 @@ "karma-mocha": "^0.2.0",

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

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

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

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

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

@@ -7,3 +7,3 @@ # Isomorphic boilerplate written in ES2015 for Node and the browser.

> A boilerplate for creating isomorphic libraries using Babel, Webpack, Mocha, Chai, Karma, Isparta, and ESLint
> A boilerplate for creating isomorphic libraries using Babel, Webpack, Mocha, Chai, Karma, Isparta, and ESLint without any framework dependencies.

@@ -20,2 +20,3 @@ ## Features

* Node >= 4.x
*`iojs >= 3.x`

@@ -79,2 +80,10 @@ ## Basic guide

## 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

@@ -81,0 +90,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