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

@activecampaign/camp-space

Package Overview
Dependencies
Maintainers
7
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activecampaign/camp-space - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

dist/camp-space.system-ui.js

20

CHANGELOG.md

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

# 0.7.0 (2019-09-06)
### Bug Fixes
* **camp-space:** add rimraf devdependency ([e13da36](http://gitlab.devops.app-us1.com/front-end/camp/commit/e13da36))
* **camp-space:** rename to lowercase package ([11e5f28](http://gitlab.devops.app-us1.com/front-end/camp/commit/11e5f28))
* update npm publishing and release script ([3ac0876](http://gitlab.devops.app-us1.com/front-end/camp/commit/3ac0876))
### Features
* **camp-space:** add system-ui configuration ([94be8c0](http://gitlab.devops.app-us1.com/front-end/camp/commit/94be8c0))
* **camp-space:** init new package ([8b56e36](http://gitlab.devops.app-us1.com/front-end/camp/commit/8b56e36))
* **camp-space:** update spacing token values ([9504723](http://gitlab.devops.app-us1.com/front-end/camp/commit/9504723))
# 0.6.0 (2019-09-03)

@@ -8,0 +28,0 @@

1

dist/camp-space.common.js
module.exports = {
SPACE_BASE_SCALE: "4px",
SPACE_BASE_REM: "16px",
SPACE_SCALE_0: 0,

@@ -4,0 +5,0 @@ SPACE_SCALE_20: 0.5,

export const SPACE_BASE_SCALE = "4px";
export const SPACE_BASE_REM = "16px";
export const SPACE_SCALE_0 = 0;

@@ -21,2 +22,3 @@ export const SPACE_SCALE_20 = 0.5;

SPACE_BASE_SCALE,
SPACE_BASE_REM,
SPACE_SCALE_0,

@@ -23,0 +25,0 @@ SPACE_SCALE_20,

7

package.json
{
"name": "@activecampaign/camp-space",
"version": "0.6.1",
"version": "0.7.0",
"description": "ActiveCampaign Space Tokens",

@@ -21,5 +21,6 @@ "main": "dist/camp-space.scss",

"devDependencies": {
"@activecampaign/camp-utility": "^0.4.1",
"@activecampaign/camp-utility": "^0.5.0",
"rimraf": "^2.6.3"
}
},
"gitHead": "76356ed0b386db2d0edbc1601f34ca502725ec3b"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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