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

@entria/responsiveness

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entria/responsiveness - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "@entria/responsiveness",
"version": "1.0.0",
"version": "1.0.1",
"description": "Responsive style tools for ReactJS",

@@ -64,6 +64,6 @@ "keywords": [

"prerelease": "npm run check && npm run build",
"release:patch": "npm run prerelease && npm version patch && git push --follow-tags && npm publish",
"release:minor": "npm run prerelease && npm version minor && git push --follow-tags && npm publish",
"release:major": "npm run prerelease && npm version major && git push --follow-tags && npm publish"
"release:patch": "npm run prerelease && npm version patch && git push --follow-tags && npm publish --access public",
"release:minor": "npm run prerelease && npm version minor && git push --follow-tags && npm publish --access public",
"release:major": "npm run prerelease && npm version major && git push --follow-tags && npm publish --access public"
}
}

@@ -10,3 +10,3 @@ # Responsiveness

`npm install responsiveness --save` or `yarn add responsiveness`
`npm install @entria/responsiveness --save` or `yarn add @entria/responsiveness`

@@ -17,3 +17,3 @@ # Usage

import React from 'react';
import { Grid } from 'responsiveness';
import { Grid } from '@entria/responsiveness';

@@ -37,2 +37,2 @@ const Example = () => (

- **medium**: size of the column on medium devices (default: 12)
- **small**: size of the column on small devices (default: 12)
- **small**: size of the column on small devices (default: 12)
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