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

open-props

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-props - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"repository": {

@@ -21,3 +21,3 @@ "type": "git",

"source": "src/index.js",
"main": "dist/open-props.cjs",
"main": "open-props.min.css",
"module": "dist/open-props.module.js",

@@ -39,3 +39,3 @@ "exports": {

"gen:prefixed": "cd src && node _create-props.js 'op'",
"lib:js": "microbundle --no-sourcemap",
"lib:js": "json -I -f package.json -e \"this.main='dist/open-props.cjs'\" && microbundle --no-sourcemap && json -I -f package.json -e \"this.main='open-props.min.css'\"",
"lib:all": "postcss src/index.css -o open-props.min.css",

@@ -73,2 +73,3 @@ "lib:normalize": "postcss src/extra/normalize.css -o normalize.min.css",

"cssnano": "^5.0.8",
"json": "^11.0.0",
"microbundle": "^0.13.3",

@@ -75,0 +76,0 @@ "open-color": "^1.9.1",

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