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

@beisen-phoenix/mobile-style-token

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beisen-phoenix/mobile-style-token - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

lib/index.js

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

import "core-js/modules/es6.regexp.replace";
export var skinBgS1 = 'skin-bg-s1';

@@ -90,2 +91,5 @@ export var skinBgS2 = 'skin-bg-s2';

export var $D10n1 = '#EBFAF5';
export var $D11n1 = '#F1FBE8';
export var $D11n1 = '#F1FBE8';
export var $alpha = function $alpha(token, opacity) {
return token.replace(')', "," + opacity + ")");
};

2

package.json
{
"name": "@beisen-phoenix/mobile-style-token",
"version": "1.0.1",
"version": "1.0.2",
"description": "平台移动端UI组件的原子设计",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -85,1 +85,3 @@ export const skinBgS1: string

export const $D11n1: string
export function $alpha(token: string,opacity :string): string
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