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

matcolors

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matcolors - npm Package Compare versions

Comparing version

to
1.0.4

scripts/release.sh

7

package.json
{
"name": "matcolors",
"version": "0.0.1",
"version": "1.0.4",
"description": "Material design colors",

@@ -12,3 +12,4 @@ "main": "./dist/index.js",

"scripts": {
"compile": "rm -rf dist && tsc"
"compile": "rm -rf dist && tsc",
"test": "echo 'No tests!'"
},

@@ -18,4 +19,4 @@ "author": "Vince Coppola",

"devDependencies": {
"typescript": "^2.3.4"
"typescript": "2.8.1"
}
}

Sorry, the diff of this file is not supported yet