Socket
Socket
Sign inDemoInstall

elmer-test

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elmer-test - npm Package Compare versions

Comparing version 5.0.1 to 6.0.0

home/0.19.0/package/elm-explorations/elmer/6.0.0/elm.json

2

package.json
{
"name": "elmer-test",
"version": "5.0.1",
"version": "6.0.0",
"description": "Describe the Behavior of Elm applications",

@@ -5,0 +5,0 @@ "main": "",

@@ -6,3 +6,3 @@ # Elmer

For more on Elmer, see the [documentation](https://elmer-test.cfapps.io) and the [github repo](https://github.com/brian-watkins/elmer).
For more on Elmer, see the [documentation](https://elmer-test.cfapps.io/elmer) and the [github repo](https://github.com/brian-watkins/elmer).

@@ -43,3 +43,3 @@ This package allows you to install Elmer locally so you can use it to write tests for Elm 0.19 programs.

"elm-explorations/test": "1.1.0",
"elm-explorations/elmer": "5.0.1"
"elm-explorations/elmer": "6.0.0"
},

@@ -57,3 +57,2 @@ "indirect": {}

"elm/html": "1.0.0 <= v < 2.0.0",
"elm/http": "1.0.0 <= v < 2.0.0",
"elm/json": "1.0.0 <= v < 2.0.0",

@@ -70,16 +69,3 @@ "elm/random": "1.0.0 <= v < 2.0.0",

For example, here's what the `test-dependencies` would look like for an app that doesn't use `elm/http`:
```
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.1.0",
"elm-explorations/elmer": "5.0.1"
},
"indirect": {
"elm/http": "1.0.0"
}
}
```
### Run

@@ -103,2 +89,3 @@

## Caveats

@@ -112,4 +99,11 @@

## Releases
#### 6.0.0
- Removed `Elmer.Http` and the dependency on elm/http. `Elmer.Http` now lives
in its own [package](https://github.com/brian-watkins/elmer-http) so it can be updated independently.
- Provided new APIs useful for creating extensions and custom matchers. See `Elmer.Value`,
`Elmer.Message`, `Elmer.Message.Failure`,`Elmer.Effects`, and `Elmer.Task`
#### 5.0.1

@@ -116,0 +110,0 @@ - Support for calling a spy across multiple test states

Sorry, the diff of this file is not supported yet

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