Socket
Socket
Sign inDemoInstall

sassy-test

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sassy-test - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

CHANGELOG.md

29

LICENSE.txt

@@ -0,1 +1,30 @@

This software is dual-licensed under the GPL version 2 and an MIT LICENSE.
MIT LICENSE
-----------
Copyright (c) 2010, John Albin Wilkins and 2008, Claudio Perez Gamayo.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
GNU GENERAL PUBLIC LICENSE

@@ -2,0 +31,0 @@ Version 2, June 1991

37

package.json
{
"name": "sassy-test",
"version": "4.0.0",
"version": "4.0.1",
"description": "A simple helper utility for creating unit tests of Sass modules. Works great with mocha or jasmine.",
"homepage": "https://github.com/JohnAlbin/sassy-test",
"bugs": {
"url": "https://github.com/JohnAlbin/sassy-test/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/JohnAlbin/sassy-test.git"
},
"author": "John Albin Wilkins <virtually.johnalbin@gmail.com> (http://john.albin.net/)",
"description": "A simple helper utility for creating unit tests of Sass modules. Works great with mocha or jasmine.",
"license": "GPL-2.0",
"license": "(MIT OR GPL-2.0)",
"keywords": [

@@ -21,2 +28,9 @@ "node-sass",

},
"scripts": {
"test": "nyc mocha",
"posttest": "eslint .",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"report": "nyc --reporter=html mocha",
"version": "auto-changelog --package --commit-limit false && make docs && git add CHANGELOG.md docs"
},
"dependencies": {

@@ -27,2 +41,3 @@ "bluebird": "^3.3.4",

"devDependencies": {
"auto-changelog": "^1.4.0",
"chai": "^4.1.2",

@@ -32,19 +47,5 @@ "coveralls": "^3.0.0",

"jsdoc": "^3.4.0",
"mocha": "^4.0.0",
"mocha": "^5.0.0",
"nyc": "^11.3.0"
},
"scripts": {
"test": "nyc mocha",
"posttest": "eslint .",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"report": "nyc --reporter=html mocha",
"docs": "make docs"
},
"repository": {
"type": "git",
"url": "git://github.com/JohnAlbin/sassy-test.git"
},
"bugs": {
"url": "https://github.com/JohnAlbin/sassy-test/issues"
}
}

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