Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gonzales-pe

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gonzales-pe - npm Package Compare versions

Comparing version 3.2.7 to 3.3.1

appveyor.yml

10

CHANGELOG.md

@@ -10,2 +10,12 @@ # Changelog

## 29.04.2016, Version 3.3.1
:star: Added config for AppVeyor to run automated tests on Windows.
:green_apple: Fix installation for Windows.
## 28.04.2016, Version 3.3.0
:star: Added browser support. `build.sh` now build a script that can be used in
browsers.
## 28.04.2016, Version 3.2.7

@@ -12,0 +22,0 @@

23

package.json
{
"name": "gonzales-pe",
"description": "Gonzales Preprocessor Edition (fast CSS parser)",
"version": "3.2.7",
"version": "3.3.1",
"homepage": "http://github.com/tonyganch/gonzales-pe",

@@ -19,9 +19,10 @@ "bugs": "http://github.com/tonyganch/gonzales-pe/issues",

"scripts": {
"autofix-tests": "./scripts/build.sh && ./scripts/autofix-tests.sh",
"build": "./scripts/build.sh",
"init": "./scripts/init.sh",
"log": "./scripts/log.sh",
"prepublish": "./scripts/prepublish.sh",
"postpublish": "./scripts/postpublish.sh",
"test": "./scripts/build.sh && ./scripts/test.sh"
"autofix-tests": "bash ./scripts/build.sh && bash ./scripts/autofix-tests.sh",
"build": "bash ./scripts/build.sh",
"init": "bash ./scripts/init.sh",
"log": "bash ./scripts/log.sh",
"prepublish": "bash ./scripts/prepublish.sh",
"postpublish": "bash ./scripts/postpublish.sh",
"test": "bash ./scripts/build.sh && bash ./scripts/test.sh",
"watch": "bash ./scripts/watch.sh"
},

@@ -35,7 +36,9 @@ "bin": {

"devDependencies": {
"babel": "^5.5.3",
"babel-loader": "^5.3.2",
"coffee-script": "~1.7.1",
"jscs": "2.1.0",
"jshint": "2.8.0",
"mocha": "2.2.x"
"json-loader": "^0.5.3",
"mocha": "2.2.x",
"webpack": "^1.12.2"
},

@@ -42,0 +45,0 @@ "engines": {

Sorry, the diff of this file is too big to display

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