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

ode-ngjs-front

Package Overview
Dependencies
Maintainers
1
Versions
427
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ode-ngjs-front - npm Package Compare versions

Comparing version 0.1.0-explorer.4 to 0.2.0-explorer.0

dist/ts/directives/folder-explorer/folder-explorer.directive.d.ts

5

dist/ts/index.d.ts

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

/** Sample directive */
export * as SaySomethingDirective from '../examples/say-something.directive';
/** Samples are grouped within a submodule ("as Samples"), for clarity. */
export * as Samples from './samples/index';
export * from './directives/index';
//# sourceMappingURL=index.d.ts.map

18

package.json
{
"name": "ode-ngjs-front",
"version": "0.1.0-explorer.4",
"version": "0.2.0-explorer.0",
"description": "Open Digital Education Frontend Framework",

@@ -8,12 +8,12 @@ "main": "dist/ts/index.js",

"scripts": {
"copy-libs": "cpx \"node_modules/{angular,angular-*,html5-boilerplate/dist}/**/*\" lib -C",
"compile": "npx tsc --build ./tsconfig.json",
"test": "npm run copy-libs && npm run compile",
"test": "npm run compile && npm run jasmine",
"jasmine": "npx jasmine --config=src/test/config/jasmine.json",
"karma": "npx karma start src/test/config/karma.js",
"build": "npx webpack"
"build": "npx webpack",
"watch": "npx webpack --config webpack.config.watch.js --env build_target=${npm_config_springboard} --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jcbe-ode/ode-ngjs-front.git"
"url": "git+https://github.com/opendigitaleducation/ode-ngjs-front.git"
},

@@ -23,5 +23,5 @@ "author": "Open Digital Education",

"bugs": {
"url": "https://github.com/jcbe-ode/ode-ngjs-front/issues"
"url": "https://github.com/opendigitaleducation/ode-ngjs-front/issues"
},
"homepage": "https://github.com/jcbe-ode/ode-ngjs-front#readme",
"homepage": "https://github.com/opendigitaleducation/ode-ngjs-front#readme",
"files": [

@@ -42,3 +42,4 @@ "dist/ts/**/*",

"angular-mocks": "^1.7.9",
"cpx": "^1.5.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"http-server": "^0.12.3",

@@ -51,2 +52,3 @@ "jasmine-core": "^3.6.0",

"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.18",
"typescript": "^4.2.2",

@@ -53,0 +55,0 @@ "webpack": "^5.22.0",

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