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

@teambit/legacy

Package Overview
Dependencies
Maintainers
0
Versions
775
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/legacy - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

2

dist/scope/models/index.d.ts

@@ -1,1 +0,1 @@

export { Version, Source } from '@teambit/scope.objects';
export { Version, Source } from '@teambit/objects';

@@ -9,3 +9,3 @@ "use strict";

get: function () {
return _scope().Source;
return _objects().Source;
}

@@ -16,8 +16,8 @@ });

get: function () {
return _scope().Version;
return _objects().Version;
}
});
function _scope() {
const data = require("@teambit/scope.objects");
_scope = function () {
function _objects() {
const data = require("@teambit/objects");
_objects = function () {
return data;

@@ -24,0 +24,0 @@ };

@@ -1,2 +0,2 @@

import { ModelComponent } from '@teambit/scope.objects';
import { ModelComponent } from '@teambit/objects';
export { ModelComponent as default };

@@ -9,8 +9,8 @@ "use strict";

get: function () {
return _scope().ModelComponent;
return _objects().ModelComponent;
}
});
function _scope() {
const data = require("@teambit/scope.objects");
_scope = function () {
function _objects() {
const data = require("@teambit/objects");
_objects = function () {
return data;

@@ -17,0 +17,0 @@ };

@@ -1,3 +0,3 @@

import { VersionHistory } from '@teambit/scope.objects';
import { VersionHistory } from '@teambit/objects';
export { VersionHistory as default };
export { VersionParents } from '@teambit/scope.objects';
export { VersionParents } from '@teambit/objects';

@@ -9,3 +9,3 @@ "use strict";

get: function () {
return _scope().VersionParents;
return _objects().VersionParents;
}

@@ -16,8 +16,8 @@ });

get: function () {
return _scope().VersionHistory;
return _objects().VersionHistory;
}
});
function _scope() {
const data = require("@teambit/scope.objects");
_scope = function () {
function _objects() {
const data = require("@teambit/objects");
_objects = function () {
return data;

@@ -24,0 +24,0 @@ };

@@ -1,1 +0,1 @@

export { Ref } from '@teambit/scope.objects';
export { Ref } from '@teambit/objects';

@@ -9,8 +9,8 @@ "use strict";

get: function () {
return _scope().Ref;
return _objects().Ref;
}
});
function _scope() {
const data = require("@teambit/scope.objects");
_scope = function () {
function _objects() {
const data = require("@teambit/objects");
_objects = function () {
return data;

@@ -17,0 +17,0 @@ };

@@ -1,1 +0,1 @@

export { ObjectItem } from '@teambit/scope.objects';
export { ObjectItem } from '@teambit/objects';

@@ -9,8 +9,8 @@ "use strict";

get: function () {
return _scope().ObjectItem;
return _objects().ObjectItem;
}
});
function _scope() {
const data = require("@teambit/scope.objects");
_scope = function () {
function _objects() {
const data = require("@teambit/objects");
_objects = function () {
return data;

@@ -17,0 +17,0 @@ };

@@ -1,2 +0,2 @@

import { BitObject } from '@teambit/scope.objects';
import { BitObject } from '@teambit/objects';
export { BitObject as default };

@@ -9,8 +9,8 @@ "use strict";

get: function () {
return _scope().BitObject;
return _objects().BitObject;
}
});
function _scope() {
const data = require("@teambit/scope.objects");
_scope = function () {
function _objects() {
const data = require("@teambit/objects");
_objects = function () {
return data;

@@ -17,0 +17,0 @@ };

@@ -1,2 +0,2 @@

import { BitRawObject } from '@teambit/scope.objects';
import { BitRawObject } from '@teambit/objects';
export { BitRawObject as default };

@@ -9,8 +9,8 @@ "use strict";

get: function () {
return _scope().BitRawObject;
return _objects().BitRawObject;
}
});
function _scope() {
const data = require("@teambit/scope.objects");
_scope = function () {
function _objects() {
const data = require("@teambit/objects");
_objects = function () {
return data;

@@ -17,0 +17,0 @@ };

{
"name": "@teambit/legacy",
"version": "2.0.2",
"version": "2.1.0",
"license": "Apache-2.0",

@@ -72,8 +72,8 @@ "main": "./dist/api.js",

"build-legacy": "rm -rf dist && npm run build && npm run build:types",
"setup": "bit install && bit compile && npm run build && npm run build:types && npm run link-bit-legacy",
"full-setup": "rm -rf node_modules/.bin/bit && rm -rf node_modules/@teambit/legacy && bit install && npm run link-bit-legacy && husky install && bit compile && npm run build-legacy",
"full-setup:bbit": "rm -rf node_modules/.bin/bbit && rm -rf node_modules/@teambit/legacy && bbit install && npm run link-bit-legacy && husky install && bbit compile && npm run build-legacy",
"full-setup:windows": "bit install && npm run link-bit-legacy && husky install && bit compile && npm run build && npm run build:types:windows",
"full-setup:windows:bbit": "rm -rf node_modules/.bin && rm -rf node_modules/@teambit/legacy && bbit install && npm run link-bit-legacy && npx husky install && npm run build && npm run build:types:windows && echo 'please run `bbit compile`'",
"husky:install": "husky install",
"setup": "bit install && bit compile",
"full-setup": "rm -rf node_modules/.bin/bit && bit install && husky && bit compile",
"full-setup:bbit": "rm -rf node_modules/.bin/bbit && bbit install && husky && bbit compile",
"full-setup:windows": "bit install && husky && bit compile",
"full-setup:windows:bbit": "rm -rf node_modules/.bin && bbit install && npx husky && echo 'please run `bbit compile`'",
"husky:install": "husky",
"build-centos-image": "docker build ./scripts/linux/centos -t centos-rpm",

@@ -109,3 +109,2 @@ "build-debian-image": "docker build ./scripts/linux/debian -t debian-deb",

"@teambit/legacy.scope-api": "~0.0.1",
"@teambit/scope.objects": "0.0.18",
"@teambit/legacy.consumer": "~0.0.1",

@@ -121,3 +120,6 @@ "@teambit/legacy.constants": "~0.0.1",

},
"devDependencies": {},
"devDependencies": {
"@babel/cli": "7.19.3",
"husky": "9.1.7"
},
"pnpm": {

@@ -124,0 +126,0 @@ "neverBuiltDependencies": [

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