Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cosmic-design/san

Package Overview
Dependencies
Maintainers
7
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmic-design/san - npm Package Compare versions

Comparing version 0.1.1-beta.72022a2 to 0.1.1-beta.98ba66f

LICENSE

110

package.json
{
"name": "@cosmic-design/san",
"version": "0.1.1-beta.72022a2",
"scripts": {
"build": "node ./script/build.js",
"watch": "node ./script/watch.js",
"test": "jest",
"clean": "rimraf dist types",
"prepublishOnly": "npm run build"
},
"browser": "./dist/es5/index.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
"./css/*": "./dist/css/*",
"./*": {
"import": "./dist/esm/*/index.js",
"require": "./dist/cjs/*/index.js"
},
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"types": "./types",
"files": [
"src",
"dist",
"types"
],
"dependencies": {
"@cosmic-design/style": "workspace:*",
"prismjs": "~1.27.0",
"san": "~3.11.1"
},
"devDependencies": {
"@babel/core": "~7.17.5",
"@babel/eslint-parser": "~7.17.0",
"@babel/eslint-plugin": "~7.16.5",
"@ecomfe/eslint-config": "~7.4.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "~27.4.1",
"@types/node": "16.11.7",
"cheerio": "1.0.0-rc.3",
"fs-extra": "^10.1.0",
"identity-obj-proxy": "~3.0.0",
"jest": "~27.5.1",
"rimraf": "~3.0.2",
"san-ssr": "^4.9.1",
"san-test-utils": "0.2.0",
"ts-jest": "~27.1.3",
"ts-node": "~10.7.0",
"typescript": "~4.4.3",
"vite": "2.9.9",
"vite-dts": "^1.0.4"
}
"name": "@cosmic-design/san",
"version": "0.1.1-beta.98ba66f",
"scripts": {
"build": "node ./script/build.js",
"watch": "node ./script/watch.js",
"test": "jest",
"clean": "rimraf dist types",
"prepublishOnly": "npm run build"
},
"browser": "./dist/es5/index.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
"./css/*": "./dist/css/*",
"./*": {
"import": "./dist/esm/*/index.js",
"require": "./dist/cjs/*/index.js"
},
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"types": "./types",
"files": [
"src",
"dist",
"types"
],
"dependencies": {
"@cosmic-design/style": "0.1.1-beta.98ba66f",
"prismjs": "~1.27.0",
"san": "~3.11.1"
},
"devDependencies": {
"@babel/core": "~7.17.5",
"@babel/eslint-parser": "~7.17.0",
"@babel/eslint-plugin": "~7.16.5",
"@ecomfe/eslint-config": "~7.4.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "~27.4.1",
"@types/node": "16.11.7",
"cheerio": "1.0.0-rc.3",
"fs-extra": "^10.1.0",
"identity-obj-proxy": "~3.0.0",
"jest": "~27.5.1",
"rimraf": "~3.0.2",
"san-ssr": "^4.9.1",
"san-test-utils": "0.2.0",
"ts-jest": "~27.1.3",
"ts-node": "~10.7.0",
"typescript": "~4.4.3",
"vite": "2.9.9",
"vite-dts": "^1.0.4"
}
}
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