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

vatrates

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vatrates - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

Gruntfile.js

6

bower.json
{
"name": "vatrates",
"description": "Up-to-date European VAT Rates",
"version": "1.1.0",
"version": "1.2.0",
"keywords": [

@@ -13,3 +13,3 @@ "VAT",

"main": [
"vatrates.js"
"./vatrates.js"
],

@@ -19,2 +19,4 @@ "ignore": [

"bower_components",
"src",
"tests",
"/.*",

@@ -21,0 +23,0 @@ "bower.json",

{
"name": "vatrates",
"title": "VATRates",
"version": "1.1.0",
"version": "1.2.0",
"description": "Up-to-date European VAT Rates",

@@ -16,4 +16,4 @@ "keywords": [

"repository": {
"type" : "git",
"url" : "http://github.com/staaky/vatrates.git"
"type": "git",
"url": "http://github.com/staaky/vatrates.git"
},

@@ -29,3 +29,7 @@ "author": {

}
]
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.1"
}
}
/*!
* VATRates - v1.1.0
* VATRates - v1.2.0
* Last update: 2015-08-20T19:37:53
* MIT License

@@ -37,3 +38,3 @@ */

"standard": 21,
"parking": false
"parking": 12
}

@@ -66,3 +67,3 @@ },

"superReduced": false,
"reduced": [15],
"reduced": [10, 15],
"standard": 21,

@@ -209,5 +210,5 @@ "parking": false

"superReduced": 3,
"reduced": [6, 12],
"reduced": [8],
"standard": 17,
"parking": 12
"parking": 14
}

@@ -214,0 +215,0 @@ },

@@ -18,3 +18,3 @@ {

"standard": 21,
"parking": false
"parking": 12
}

@@ -47,3 +47,3 @@ },

"superReduced": false,
"reduced": [15],
"reduced": [10, 15],
"standard": 21,

@@ -190,5 +190,5 @@ "parking": false

"superReduced": 3,
"reduced": [6, 12],
"reduced": [8],
"standard": 17,
"parking": 12
"parking": 14
}

@@ -308,2 +308,2 @@ },

}
};
}

Sorry, the diff of this file is not supported yet

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