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

@diana-ui/types

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diana-ui/types - npm Package Compare versions

Comparing version 0.1.1-cjstest.4 to 0.1.1-quimberto.15

1

lib/types.d.ts

@@ -32,2 +32,3 @@ import React from "react";

label: IFont;
labelMedium: IFont;
sectionTitle?: IFont;

@@ -34,0 +35,0 @@ }

6

lib/types.js

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var FontWeight;
export var FontWeight;
(function (FontWeight) {

@@ -9,2 +7,2 @@ FontWeight[FontWeight["REGULAR"] = 400] = "REGULAR";

FontWeight[FontWeight["BOLDER"] = 900] = "BOLDER";
})(FontWeight = exports.FontWeight || (exports.FontWeight = {}));
})(FontWeight || (FontWeight = {}));

@@ -32,2 +32,3 @@ import React from "react";

label: IFont;
labelMedium: IFont;
sectionTitle?: IFont;

@@ -34,0 +35,0 @@ }

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var FontWeight;
export var FontWeight;
(function (FontWeight) {

@@ -9,2 +7,2 @@ FontWeight[FontWeight["REGULAR"] = 400] = "REGULAR";

FontWeight[FontWeight["BOLDER"] = 900] = "BOLDER";
})(FontWeight = exports.FontWeight || (exports.FontWeight = {}));
})(FontWeight || (FontWeight = {}));
{
"name": "@diana-ui/types",
"version": "0.1.1-cjstest.4+be6fad9",
"version": "0.1.1-quimberto.15+0bf4716",
"main": "lib/types.js",

@@ -13,4 +13,4 @@ "module": "module/types.js",

"build": "yarn compile:lib && yarn compile:module",
"compile:lib": "tsc --target es5 --module commonjs --outDir lib",
"compile:module": "tsc --target es6 --module commonjs --outDir module",
"compile:lib": "tsc --target es5 --module es2015 --outDir lib",
"compile:module": "tsc --target es6 --module esnext --outDir module",
"clean:files": "rimraf lib module",

@@ -23,3 +23,3 @@ "prepare": "yarn clean:files && yarn build"

"dependencies": {
"@diana-ui/tokens": "^0.1.1-cjstest.4+be6fad9",
"@diana-ui/tokens": "^0.1.1-quimberto.15+0bf4716",
"aesthetic": "^5.1.0",

@@ -31,3 +31,3 @@ "aesthetic-react": "^2.1.0"

},
"gitHead": "be6fad96a1df511e578702b1610288cb52b97bae"
"gitHead": "0bf47167a29538e969a21d3a24819b56dacad8d6"
}
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