Comparing version 3.1.0 to 4.0.0
@@ -15,2 +15,5 @@ # Change log for ospec | ||
### 4.0.0 | ||
- Pull ESM support out | ||
### 3.1.0 | ||
@@ -17,0 +20,0 @@ - ospec: Test results now include `.message` and `.context` regardless of whether the test passed or failed. (#2227 @robertakarobin) |
{ | ||
"name": "ospec", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "Noiseless testing framework", | ||
"main": "ospec.js", | ||
"module": "ospec.mjs", | ||
"directories": { | ||
@@ -16,5 +15,2 @@ "test": "tests" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "node esm.js" | ||
}, | ||
"repository": "MithrilJS/mithril.js", | ||
@@ -21,0 +17,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
ospec [![NPM Version](https://img.shields.io/npm/v/ospec.svg)](https://www.npmjs.com/package/ospec) [![NPM License](https://img.shields.io/npm/l/ospec.svg)](https://www.npmjs.com/package/ospec) | ||
ospec [![npm Version](https://img.shields.io/npm/v/ospec.svg)](https://www.npmjs.com/package/ospec) [![npm License](https://img.shields.io/npm/l/ospec.svg)](https://www.npmjs.com/package/ospec) | ||
===== | ||
@@ -374,3 +374,3 @@ | ||
ospec comes with an executable named `ospec`. NPM auto-installs local binaries to `./node_modules/.bin/`. You can run ospec by running `./node_modules/.bin/ospec` from your project root, but there are more convenient methods to do so that we will soon describe. | ||
ospec comes with an executable named `ospec`. npm auto-installs local binaries to `./node_modules/.bin/`. You can run ospec by running `./node_modules/.bin/ospec` from your project root, but there are more convenient methods to do so that we will soon describe. | ||
@@ -377,0 +377,0 @@ ospec doesn't work when installed globally (`npm install -g`). Using global scripts is generally a bad idea since you can end up with different, incompatible versions of the same package installed locally and globally. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
4
59011
9
1033