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

@variant/profile

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

@variant/profile - npm Package Compare versions

Comparing version 1.0.9 to 2.0.0

lib/colors/index.d.ts

20

package.json
{
"name": "@variant/profile",
"version": "1.0.9",
"version": "2.0.0",
"private": false,

@@ -8,10 +8,13 @@ "description": "Variant Profile Info library",

"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"tsc": "tsc",
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "tsc -p tsconfig.build.json && yarn prepare",
"build": "tsc -p tsconfig.build.json",
"copy:css": "copyfiles -u 1 'src/**/*.{css,woff,woff2,ttf,eot,svg,png}' dist/",
"copy:manifest": "copyfiles 'package.json' 'README.md' dist/",
"prepare": "yarn copy:css && yarn copy:manifest"
"prepare": "yarn copy:css"
},

@@ -22,7 +25,6 @@ "devDependencies": {

},
"gitHead": "def35c00412447270de6d50571d8bce057ed1e5e",
"gitHead": "b8a76102d364056d006226c5e9295ff3ca01dd9b",
"publishConfig": {
"access": "public",
"directory": "dist"
"access": "public"
}
}
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