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

@stitches/react

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stitches/react - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-canary.0

dist/declarations/src/index.d.ts

39

package.json
{
"name": "@stitches/react",
"version": "0.0.1",
"version": "0.0.2-canary.0",
"description": "The modern CSS-in-JS library",
"main": "dist/react.cjs.js",
"module": "dist/react.esm.js",
"contributors": [
"Christian Alfoni <christianalfoni@gmail.com>",
"Pedro Duarte <pedro@modulz.app>",
"Abdul Hallak <abdul@modulz.app>"
"Abdulhadi Alhallak <abdulhadi@modulz.app>"
],
"preconstruct": {
"source": "src/index.tsx"
},
"lint-staged": {
"./**/*.{js,jsx,ts,tsx}": [
"tslint --fix",
"prettier --write",
"git add"
],
"./**/*.{css,md,json}": [
"prettier --write",
"git add"
]
},
"license": "MIT",
"repository": "git+https://github.com/modulz/stitches.git",
"main": "lib/index.js",
"module": "es/index.js",
"publishConfig": {

@@ -18,6 +32,2 @@ "access": "public"

"scripts": {
"build": "npm run build:lib & npm run build:es",
"build:lib": "tsc -p tsconfig.build.json --outDir lib --module commonjs",
"build:es": "tsc -p tsconfig.build.json --outDir es --module es2015",
"clean": "rimraf dist es lib coverage",
"typecheck": "tsc --noEmit",

@@ -28,4 +38,2 @@ "lint": "tslint --project tsconfig.json --format stylish",

"test:watch": "node ../../node_modules/jest/bin/jest.js --env=jsdom --watch --updateSnapshot",
"prebuild": "npm run clean",
"postbuild": "rimraf {lib,es}/**/__tests__ {lib,es}/**/*.{spec,test}.{js,d.ts,js.map}",
"posttest": "npm run typecheck && npm run lint",

@@ -42,4 +50,3 @@ "preversion": "npm test",

"files": [
"lib",
"es"
"dist"
],

@@ -50,7 +57,11 @@ "peerDependencies": {

"dependencies": {
"@stitches/core": "^0.0.1",
"@stitches/core": "^0.0.2-canary.0",
"@types/node": "^13.11.1",
"@types/react-test-renderer": "^16.9.3",
"tslib": "^1.11.1"
},
"gitHead": "c3509acc346ab0f9820b61ffb26307ec280ccebf"
"devDependencies": {
"react-test-renderer": "^16.13.1"
},
"gitHead": "fcf069d00544c1438a4d2c55669bca2abc338b8b"
}

@@ -13,3 +13,3 @@ <a href="https://stitches-site.modulz-deploys.com" >

For full documentation, visit [stitches.com](https://stitches-site.modulz-deploys.com).
For full documentation, visit [stitches.dev](https://stitches.dev).

@@ -25,3 +25,4 @@ ## Contributing

- Jenna Smith ([@jjenzz](https://twitter.com/jjenzz)) - [Modulz](https://modulz.app)
- Abdul Hallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)
- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)
- Fabrice Weinberg ([@fweinb](https://twitter.com/fweinb))

@@ -28,0 +29,0 @@ ## License

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