Socket
Socket
Sign inDemoInstall

@styled-system/grid

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@styled-system/grid - npm Package Compare versions

Comparing version 5.0.0-alpha.0 to 5.0.0

test/index.js

4

dist/index.esm.js

@@ -1,4 +0,2 @@

// @styled-system/grid
import { system } from '@styled-system/core'; // todo
import { system } from '@styled-system/core';
var defaults = {

@@ -5,0 +3,0 @@ space: [0, 4, 8, 16, 32, 64, 128, 256, 512]

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;
exports["default"] = exports.grid = void 0;

@@ -10,4 +8,2 @@

// @styled-system/grid
// todo
var defaults = {

@@ -14,0 +10,0 @@ space: [0, 4, 8, 16, 32, 64, 128, 256, 512]

{
"name": "@styled-system/grid",
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"@styled-system/core": "^5.0.0-alpha.0"
"@styled-system/core": "^5.0.0"
},
"scripts": {
"prepare": "babel src -d dist"
},
"publishConfig": {
"access": "public"
},
"gitHead": "5357d5b7338f1236054dcd026bb27d8ca6a8e146"
"gitHead": "e67157cfd0222c355826adf5ad271534653c00df"
}

@@ -1,5 +0,3 @@

// @styled-system/grid
import { system } from '@styled-system/core'
// todo
const defaults = {

@@ -6,0 +4,0 @@ space: [0, 4, 8, 16, 32, 64, 128, 256, 512],

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