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

@cloudflare/style-const

Package Overview
Dependencies
Maintainers
26
Versions
402
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/style-const - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

src/index.ts

22

CHANGELOG.md

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

<a name="2.0.1"></a>
## [2.0.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@2.0.0...@cloudflare/style-const@2.0.1) (2018-07-13)
**Note:** Version bump only for package @cloudflare/style-const
<a name="2.0.0"></a>

@@ -23,3 +31,3 @@ # [2.0.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@1.0.12...@cloudflare/style-const@2.0.0) (2018-07-12)

<a name="1.0.12"></a>
<a name="1.0.12"></a>
## [1.0.12](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@1.0.10...@cloudflare/style-const@1.0.12) (2018-06-14)

@@ -35,3 +43,3 @@

<a name="1.0.11"></a>
<a name="1.0.11"></a>
## [1.0.11](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@1.0.10...@cloudflare/style-const@1.0.11) (2018-06-08)

@@ -47,3 +55,3 @@

<a name="1.0.10"></a>
<a name="1.0.10"></a>

@@ -54,3 +62,3 @@ ## [1.0.10](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@1.0.7...@cloudflare/style-const@1.0.10) (2018-06-07)

<a name="1.0.9"></a>
<a name="1.0.9"></a>
## [1.0.9](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@1.0.7...@cloudflare/style-const@1.0.9) (2018-06-07)

@@ -64,3 +72,3 @@

<a name="1.0.7"></a>
<a name="1.0.7"></a>
## [1.0.7](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-const@1.0.5...@cloudflare/style-const@1.0.7) (2018-06-07)

@@ -76,3 +84,3 @@

<a name="1.0.5"></a>
<a name="1.0.5"></a>
## [1.0.5](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-const@1.0.4...@cloudflare/style-const@1.0.5) (2018-05-24)

@@ -86,3 +94,3 @@

<a name="1.0.4"></a>
<a name="1.0.4"></a>
## [1.0.4](http://stash.cfops.it:7999/www/cf-ux/compare/@cloudflare/style-const@1.0.3...@cloudflare/style-const@1.0.4) (2018-05-24)

@@ -89,0 +97,0 @@

{
"name": "@cloudflare/style-const",
"description": "Cloudflare Style Constants",
"version": "2.0.0",
"version": "2.0.1",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"types": "./dist/index.d.ts",
"types": "./src",
"author": "Vojtech Miksu <vojtech@cloudflare.com>",

@@ -15,12 +15,2 @@ "license": "BSD-3-Clause",

},
"devDependencies": {
"typescript": "^2.7.2"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "npm run build:as-ts && npm run build:defs && npm run build:remove-ts",
"build:as-ts": "mkdir -p dist/ && for f in src/*.js; do cp \"$f\" \"dist/$(basename \"$f\" .js).ts\"; done",
"build:remove-ts": "find dist/*.ts \\! -name \"*.d.ts\" | xargs rm",
"build:defs": "tsc --declaration ./dist/index.ts --lib esnext"
},
"stratus": {

@@ -27,0 +17,0 @@ "srcDirectory": "./src",

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