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

react-style-singleton

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-style-singleton - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

dist/es2015/component.d.ts

27

package.json
{
"name": "react-style-singleton",
"version": "1.0.1",
"version": "1.1.0",
"description": "Just create a single stylesheet...",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/es5/index.js",
"types": "dist/es5/index.d.ts",
"jsnext:main": "dist/es2015/index.js",
"module": "dist/es2015/index.js",
"files": [

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

"test:ci": "ts-react-toolbox test --runInBand --coverage",
"test:size": "size-limit",
"test:size": "npx size-limit",
"build": "ts-react-toolbox build",

@@ -34,12 +36,13 @@ "release": "ts-react-toolbox release",

"devDependencies": {
"ts-react-toolbox": "^0.1.10"
"@types/invariant": "^2.2.29",
"ts-react-toolbox": "^0.2.2"
},
"peerDependencies": {
"react": "^16.3.0"
"react": "^16.3.0",
"styled-components": "^3.3.2"
},
"keywords": [
],
"keywords": [],
"dependencies": {
"@types/invariant": "^2.2.29",
"invariant": "^2.2.4"
"invariant": "^2.2.4",
"tslib": "^1.0.0"
},

@@ -51,6 +54,6 @@ "engines": {

{
"path": "dist/index.js",
"path": "dist/es5/index.js",
"limit": "1 KB"
}
]
}
}
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