Socket
Socket
Sign inDemoInstall

bs-builder-core

Package Overview
Dependencies
41
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

examples/example1.js

4

lib/tasks/merge-models.js

@@ -55,4 +55,4 @@ 'use strict';

var newModel = model.newModel,
oldModel = model.oldModel,
var newModel = model.getNewModel(),
oldModel = model.getOldModel(),
newPages,

@@ -59,0 +59,0 @@ oldPages,

{
"name": "bs-builder-core",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git://github.com/bem-site/snapshot-master.git"
"url": "git://github.com/bem-site/builder-core.git"
},

@@ -20,2 +20,3 @@ "author": "Andrey Kuznetsov <andrey.kuznetsov48@yandex.ua> (http://github.com/tormozz48)",

},
"main": "index.js",
"dependencies": {

@@ -56,3 +57,6 @@ "babel-runtime": "^5.2.x",

"readmeFilename": "README.md",
"license": "MPL-2.0"
"license": {
"type": "MPL-2.0",
"url": "https://github.com/bem-site/builder-core/blob/master/LICENSE"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc