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

@cryptic-css/prop-scroll

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptic-css/prop-scroll - npm Package Compare versions

Comparing version 5.6.1 to 5.7.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [5.7.0](https://github.com/wintercounter/ccss/compare/v5.6.1...v5.7.0) (2021-06-30)
**Note:** Version bump only for package @cryptic-css/prop-scroll
## [5.6.1](https://github.com/wintercounter/ccss/compare/v5.6.0...v5.6.1) (2021-06-28)

@@ -8,0 +16,0 @@

3

dist/cjs/index.d.ts

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

import { CCSSProp } from '@cryptic-css/core';
declare module '@cryptic-css/core' {

@@ -11,3 +10,3 @@ interface CCSSProps {

*/
scroll?: CCSSProp;
scroll?: 'x' | 'y' | boolean | CCSSProps;
}

@@ -14,0 +13,0 @@ }

@@ -8,2 +8,4 @@ "use strict";

var _core = require("@cryptic-css/core");
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }

@@ -10,0 +12,0 @@

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

import { CCSSProp } from '@cryptic-css/core';
declare module '@cryptic-css/core' {

@@ -11,3 +10,3 @@ interface CCSSProps {

*/
scroll?: CCSSProp;
scroll?: 'x' | 'y' | boolean | CCSSProps;
}

@@ -14,0 +13,0 @@ }

@@ -7,2 +7,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }

import { CCSSProps } from '@cryptic-css/core';
const base = {

@@ -9,0 +10,0 @@ us: 'n',

{
"name": "@cryptic-css/prop-scroll",
"version": "5.6.1",
"version": "5.7.0",
"description": "Add support for the `scroll` prop to easily create horizontal/vertical/both scrollable elements.",

@@ -74,5 +74,5 @@ "author": "Victor Vincent <wintercounter+ccss@gmail.com>",

"devDependencies": {
"@cryptic-css/core": "^5.6.1"
"@cryptic-css/core": "^5.7.0"
},
"gitHead": "046c392acedba4e324349ebfa140f3c10721a226"
}
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