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

@vanilla-extract/integration

Package Overview
Dependencies
Maintainers
4
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/integration - npm Package Compare versions

Comparing version 0.0.0-filescope-urls-202281281439 to 0.0.0-get-crackling-202281912152

dist/index.cjs

24

package.json
{
"name": "@vanilla-extract/integration",
"version": "0.0.0-filescope-urls-202281281439",
"version": "0.0.0-get-crackling-202281912152",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-integration.cjs.js",
"main": "dist/index.cjs",
"files": [

@@ -17,3 +17,3 @@ "/dist"

"dependencies": {
"@vanilla-extract/css": "^0.0.0-filescope-urls-202281281439",
"@vanilla-extract/css": "^0.0.0-get-crackling-202281912152",
"esbuild": "^0.11.16",

@@ -27,4 +27,22 @@ "eval": "0.1.6",

"devDependencies": {
"@crackle/cli": "^0.8.0",
"@types/lodash": "^4.14.168"
},
"module": "dist/index.mjs",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/index.cjs.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.cjs.d.ts",
"default": "./dist/index.cjs"
}
}
},
"scripts": {
"build": "crackle package"
}
}
dist/declarations/src/addFileScope.d.ts
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