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

model-attributes

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

model-attributes - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

3

package.json
{
"name": "model-attributes",
"version": "2.2.0",
"version": "2.2.1",
"description": "attribute meta description",

@@ -12,2 +12,3 @@ "keywords": [

"jsnext:main": "src/attributes.js",
"module": "src/attributes.js",
"scripts": {

@@ -14,0 +15,0 @@ "cover": "npm run build && node ./node_modules/istanbul/lib/cli.js cover --hook-run-in-context ./node_modules/mocha/bin/_mocha -- --R spec --U exports tests",

@@ -22,6 +22,6 @@ model-attributes

const attributes = {
const attributes = ma.createAttributes({
att1: {},
att2: { datault: 2}
};
});

@@ -28,0 +28,0 @@ const object = {};

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