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

@antialias/compose-class-names

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antialias/compose-class-names - npm Package Compare versions

Comparing version 1.0.8 to 1.1.0

mock.js

18

package.json
{
"name": "@antialias/compose-class-names",
"version": "1.0.8",
"version": "1.1.0",
"description": "merges two maps of localized css class names via space concatenation",
"author": "1stdibs.com, Inc.",
"scripts": {
"test": "mocha",
"gitlint": "dibslint --git --warnings",
"lint": "dibslint --root=."
"test": "mocha"
},

@@ -18,8 +16,6 @@ "main": "index.js",

"devDependencies": {
"dibslint": "^1.2.4",
"mocha": "^2.3.4",
"nodemon": "^1.8.1",
"pre-commit": "^1.1.2"
"mocha": "^2.3.4"
},
"dependencies": {
"identity-obj-proxy": "^3.0.0",
"lodash.assign": "^4.0.0"

@@ -32,9 +28,9 @@ },

"type": "git",
"url": "git+https://github.com/1stdibs/compose-class-names.git"
"url": "git+https://github.com/antialias/compose-class-names.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/1stdibs/compose-class-names/issues"
"url": "https://github.com/antialias/compose-class-names/issues"
},
"homepage": "https://github.com/1stdibs/compose-class-names#readme"
"homepage": "https://github.com/antialias/compose-class-names#readme"
}
"use strict";
var composeLocalClassNames = require('../index');
var assert = require('assert');
var identity = require('identity-obj-proxy');
var mock = require('../mock');
describe("composeLocalClassNames", function () {

@@ -14,1 +16,6 @@ it("should merge via space concatenation local to global css classname maps", function () {

});
describe("mock", function() {
it("should export a function that returns the identity proxy", function () {
assert.equal(mock().someRandomProperty, "someRandomProperty");
})
});
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