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

@diana-ui/tokens

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diana-ui/tokens - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-delta.38

cjs/animations/animations.js

28

package.json
{
"name": "@diana-ui/tokens",
"version": "1.0.2",
"main": "lib/index.js",
"module": "module/index.js",
"version": "1.0.3-delta.38+9892cab",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
"files": [
"cjs",
"esm",
"types"
],
"license": "MIT",
"scripts": {
"build": "yarn compile:lib && yarn compile:module",
"compile:lib": "tsc --target es5 --module commonjs --outDir lib",
"compile:module": "tsc --target es6 --module esnext --outDir module",
"clean:files": "rimraf lib module",
"prepare": "yarn clean:files && yarn build",
"build": "yarn build:cjs && yarn build:esm",
"build:cjs": "babel . --root-mode upward --out-dir cjs --extensions '.ts,.tsx'",
"build:esm": "cross-env TARGET=esm babel . --root-mode upward --out-dir esm --extensions '.ts,.tsx'",
"build:types": "tsc --emitDeclarationOnly --declaration --skipLibCheck --esModuleInterop --jsx react --outDir types index.ts --rootDir .",
"clean": "rimraf cjs esm types",
"prepare": "npm-run-all --parallel clean build:*",
"watch": "npm-watch"
},
"dependencies": {
"@diana-ui/assets": "^1.0.1"
},
"publishConfig": {

@@ -35,3 +39,3 @@ "access": "public"

},
"gitHead": "0bb47a78516a13543de86444510b77a135316a74"
"gitHead": "9892cab692444cfd4b573e9f80a6cb54905ac8e0"
}
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