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.9 to 1.0.10

dist/open-props.umd.js

8

package.json

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

"license": "MIT",
"version": "1.0.9",
"version": "1.0.10",
"repository": {

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

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

@@ -67,6 +67,8 @@ "module": "dist/open-props.module.js",

"bundle": "concurrently npm:lib:*",
"bundle:pre-edit": "json -I -f package.json -e \"this.unpkg=''\"",
"bundle:post-edit": "json -I -f package.json -e \"this.unpkg='open-props.min.css'\"",
"gen:op": "cd src && node _create-props.js '' true",
"gen:nowhere": "cd src && node _create-props.js '' false",
"gen:prefixed": "cd src && node _create-props.js 'op'",
"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:js": "npm run bundle:pre-edit && microbundle --no-sourcemap && npm run bundle:post-edit",
"lib:all": "postcss src/index.css -o open-props.min.css",

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

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