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

@n3/css-base

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n3/css-base - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

dist/esm/index.js

32

package.json
{
"name": "@n3/css-base",
"version": "0.1.2",
"version": "0.1.3",
"description": "css variables for n3 interfaces",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "ts/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"typings": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"/es",
"/lib",
"/ts"
"/dist"
],
"scripts": {
"clean": "rimraf es lib ts",
"build": "yarn build:cjs && yarn build:es && yarn build:ts",
"build:cjs": "cross-env BABEL_ENV=cjs babel --extensions '.ts,.tsx' src --out-dir lib --ignore \"src/**/__tests__\",\"src/**/__stories__\"",
"build:es": "cross-env BABEL_ENV=es babel --extensions '.ts,.tsx' src --out-dir es --ignore \"src/**/__tests__\",\"src/**/__stories__\"",
"build:ts": "tsc --declaration --emitDeclarationOnly",
"clean": "rimraf dist",
"build": "tsup",
"test:ts": "tsc -p ./tsconfig.validate.json --noEmit",

@@ -27,8 +29,10 @@ "lint": "eslint src --ext .ts,.tsx --ignore-path ../../.gitignore",

"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"roboto-fontface": "^0.8.0 || ^0.9.0 || ^0.10.0"
},
"devDependencies": {
"react": "^16.13.0",
"roboto-fontface": "^0.10.0"
"react": "^18.2.0",
"roboto-fontface": "^0.10.0",
"tsup": "^6.6.3"
}
}
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