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

@mobile/tinycolor2

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mobile/tinycolor2 - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1-1

.eslintrc.yaml

93

package.json
{
"version": "1.4.0",
"name": "@mobile/tinycolor2",
"description": "Repackaged version of tinycolor2 for mobile",
"url": "http://bgrins.github.com/TinyColor",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://bgrins.github.com/TinyColor"
},
"keywords": [
"color",
"parser",
"tinycolor",
"mobile"
],
"author": "Brian Grinstead <briangrinstead@gmail.com> (http://briangrinstead.com)",
"contributors": [],
"main": "./tinycolor.js",
"directories": {},
"engines": {
"node": "*"
},
"scripts": {
"download": "npm install %npm_package_source_name%@%npm_package_version%",
"commit": "git add -A && git commit -m \":checkered_flag: v%npm_package_version% :heavy_minus_sign: Repackaging from: %npm_package_source_url%\"",
"tag": "git tag v%npm_package_version%",
"push": "git push && git push --tags",
"update:version": "npm --no-git-tag-version version --",
"update:download": "npm run update:version --",
"update:copy": "cp ./node_modules/tinycolor2/tinycolor.js .",
"update:commit": "npm run update:version --",
"update:push": "npm run update:version --",
"update:publish": "npm run update:version --",
"postupdate:download": "npm run download && npm run update:copy",
"postupdate:commit": "npm run commit && npm run tag",
"postupdate:push": "npm run postupdate:download && npm run postupdate:commit && npm run push",
"postupdate:publish": "npm run postupdate:push && npm publish"
},
"source": {
"name": "tinycolor2",
"url": "https://www.npmjs.com/package/tinycolor2"
}
}
"version": "1.4.1-1",
"name": "@mobile/tinycolor2",
"alias": "tinycolor2",
"description": "Repackaged version of tinycolor2 for mobile",
"url": "http://bgrins.github.com/TinyColor",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://bgrins.github.com/TinyColor"
},
"keywords": [
"color",
"parser",
"tinycolor",
"mobile"
],
"author": "Brian Grinstead <briangrinstead@gmail.com> (http://briangrinstead.com)",
"contributors": [],
"main": "./tinycolor.js",
"directories": {},
"engines": {
"node": "*"
},
"scripts": {
"download": "npm install %npm_package_source_name%@%npm_package_version%",
"commit": "git add -A && git commit -m \":checkered_flag: v%npm_package_version% :heavy_minus_sign: Repackaging from: %npm_package_source_url%\"",
"tag": "git tag v%npm_package_version%",
"push": "git push && git push --tags",
"update:version": "npm --no-git-tag-version version --",
"update:download": "npm run update:version --",
"update:copy": "cp ./node_modules/tinycolor2/tinycolor.js .",
"update:commit": "npm run update:version --",
"update:push": "npm run update:version --",
"update:publish": "npm run update:version --",
"postupdate:download": "npm run download && npm run update:copy",
"postupdate:commit": "npm run commit && npm run tag",
"postupdate:push": "npm run postupdate:download && npm run postupdate:commit && npm run push",
"postupdate:publish": "npm run postupdate:push && npm publish"
},
"source": {
"name": "tinycolor2",
"url": "https://www.npmjs.com/package/tinycolor2"
},
"mobile": {
"alias": "tinycolor2"
},
"publishConfig": {
"access": "public"
}
}

@@ -0,0 +0,0 @@ >⚡ This is a repackaging of: [`https://github.com/bgrins/TinyColor`](https://github.com/bgrins/TinyColor)

@@ -1,2 +0,2 @@

// TinyColor v1.3.0
// TinyColor v1.4.1
// https://github.com/bgrins/TinyColor

@@ -3,0 +3,0 @@ // Brian Grinstead, MIT License

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