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 1.2.1 to 1.2.2

src/BatClass.js

31

package.json
{
"name": "trolly",
"version": "1.2.1",
"version": "1.2.2",
"description": "A starter kit to get you up and running with a bunch of awesome new front-end technologies using Babel, Webpack, Mocha, Sinon, Chai, Karma, Coveralls, and ESLint without any framework dependencies.",

@@ -82,9 +82,12 @@ "scripts": {

"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-rewire": "^1.0.0-rc-2",
"babel-plugin-syntax-jsx": "^6.5.0-1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0-1",
"babel-core": "^6.7.4",
"babel-plugin-syntax-jsx": "^6.5.0-1",
"chai": "^3.5.0",
"cross-env": "1.0.7",
"dotenv": "^2.0.0",
"eslint": "^2.5.3",

@@ -98,4 +101,7 @@ "eslint-config-airbnb": "^6.2.0",

"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.3",
"karma-cli": "^0.1.2",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "^0.2.2",

@@ -105,22 +111,17 @@ "karma-phantomjs-launcher": "^1.0.0",

"karma-sinon-chai": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.25",
"karma-webpack": "^1.7.0",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-sourcemap-loader": "^0.3.7",
"lodash": "4.6.1",
"lolex": "^1.4.0",
"mocha": "^2.4.5",
"npm-check-updates": "^2.6.1",
"phantomjs-prebuilt": "^2.1.7",
"npmlog": "^2.0.3",
"phantomjs-prebuilt": "^2.1.6",
"pre-commit": "^1.1.2",
"rimraf": "^2.5.2",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"sinon": "^1.17.3",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1",
"cross-env": "1.0.7",
"dotenv": "^2.0.0",
"lodash": "4.6.1",
"npmlog": "^2.0.3",
"pre-commit": "^1.1.2",
"rimraf": "^2.5.2",
"webpack-notifier": "1.3.1"

@@ -127,0 +128,0 @@ },

@@ -17,2 +17,3 @@ # Universal (isomorphic) boilerplate written in ES2015 for Node and the browser.

* [Webpack](https://webpack.github.io/) for bundling
* [Rewire](https://github.com/speedskater/babel-plugin-rewire) enables options to mock modules for testing purposes.
* [Eslint](http://eslint.org/) to maintain a consistent code style

@@ -91,2 +92,7 @@ * [Universal Module Definition (UMD) API](https://github.com/umdjs/umd), which provides compatibility with the most popular script loaders, to the output.

## Rewire
Rewire are supported through the `babel-plugin-rewire plugin`. It is useful for writing tests, specifically to mock the dependencies of the module under test.
Examples and tests are included.
## Coveralls

@@ -93,0 +99,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