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

mithril

Package Overview
Dependencies
Maintainers
4
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mithril - npm Package Compare versions

Comparing version 3.0.0-next.1 to 3.0.0-next.2

6

docs/contributing.md

@@ -52,10 +52,8 @@ <!--meta-description

Assuming you have forked this repo, you can open the `index.html` file in a module's `tests` folder and look at console output to see only tests for that module, or you can run `ospec/bin/ospec` from the command line to run all tests.
After having run `npm install` (a one-time operation), run `npm run test` from the command line to run all tests.
While testing, you can modify a test to use `o.only(description, test)` instead of `o(description, test)` if you wish to run only a specific test to speed up your debugging experience. Don't forget to remove the `.only` after you're done!
There is no need to `npm install` anything in order to run the test suite, however NodeJS is required to run the test suite from the command line. You do need to `npm install` if you want to lint or get a code coverage report though.
## How do I build Mithril.js?

@@ -65,3 +63,3 @@

To generate the bundled file for testing, run `npm run dev` from the command line. To generate the minified file, run `npm run build`. There is no need to `npm install` anything, but NodeJS is required to run the build scripts.
To generate the bundled file for testing, run `npm run dev` from the command line. To generate the minified file, run `npm run build`.

@@ -68,0 +66,0 @@

@@ -17,2 +17,2 @@ - Core

- Tooling
- [Ospec](https://github.com/MithrilJS/mithril.js/blob/master/ospec)
- [Ospec](https://github.com/MithrilJS/ospec)
{
"name": "mithril",
"version": "3.0.0-next.1",
"version": "3.0.0-next.2",
"description": "A framework for building brilliant applications",

@@ -28,3 +28,3 @@ "author": "Leo Horie",

"test:js": "ospec",
"cover": "istanbul cover --print both ospec/bin/ospec"
"cover": "istanbul cover --print both ospec"
},

@@ -55,5 +55,2 @@ "devDependencies": {

},
"bin": {
"ospec": "./ospec/bin/ospec"
},
"lint-staged": {

@@ -64,6 +61,3 @@ "*.js": [

]
},
"dependencies": {
"ospec": "4.0.1"
}
}
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