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

react-creme-pre-alpha

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-creme-pre-alpha - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

14

package.json
{
"name": "react-creme-pre-alpha",
"version": "0.1.8",
"version": "0.1.9",
"author": {

@@ -11,4 +11,5 @@ "name": "Prabhu Murthy",

"scripts": {
"build": "rimraf ./expo_dist && tsc && vite build",
"ci": "yarn lint:all && yarn test -- --runInBand --updateSnapshot",
"build:doc": "rimraf ./expo_dist && tsc && vite build",
"build:lib": "yarn rollup && yarn emit-dts && yarn extract-api && ncp ./typings ./dist",
"ci": "yarn lint:all && yarn test -- --runInBand --updateSnapshot && yarn build:lib",
"dev": "vite",

@@ -27,4 +28,3 @@ "emit-dts": "rimraf ./dts && tsc --project tsconfig.json --declaration --emitDeclarationOnly --noEmit false",

"snyk": "snyk test",
"test:dev": "jest --runInBand",
"build:lib": "yarn rollup && yarn emit-dts && yarn extract-api && ncp ./typings ./dist"
"test": "jest --runInBand --updateSnapshot"
},

@@ -53,2 +53,3 @@ "dependencies": {

"@fortawesome/react-fontawesome": "^0.1.16",
"@microsoft/api-extractor": "^7.19.4",
"@rollup/plugin-babel": "^5.3.0",

@@ -138,3 +139,4 @@ "@testing-library/jest-dom": "^5.16.1",

"resolutions": {
"nth-check": "^2.0.1"
"nth-check": "^2.0.1",
"postcss": "^8.2.13"
},

@@ -141,0 +143,0 @@ "main": "react-creme-pre-alpha.js",

@@ -364,2 +364,3 @@ /// <reference types="react" />

style?: CSSProperties;
isClosing?: boolean;
}

@@ -604,3 +605,2 @@

border?: boolean;
enableSwipe?: boolean;
focusable?: boolean;

@@ -607,0 +607,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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