Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-base

Package Overview
Dependencies
Maintainers
2
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-base - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

dist/global/ej2-base.js

127

package.json
{
"name": "@syncfusion/ej2-base",
"version": "1.0.11",
"_args": [
[
{
"raw": "@syncfusion/ej2-base@^1.0.10",
"scope": "@syncfusion",
"escapedName": "@syncfusion%2fej2-base",
"name": "@syncfusion/ej2-base",
"rawSpec": "^1.0.10",
"spec": ">=1.0.10 <2.0.0",
"type": "range"
},
"C:\\Users\\ajithr\\Desktop\\testing\\node_modules\\@syncfusion\\ej2"
]
],
"_from": "@syncfusion/ej2-base@>=1.0.10 <2.0.0",
"_id": "@syncfusion/ej2-base@1.0.11",
"_inCache": true,
"_location": "/@syncfusion/ej2-base",
"_nodeVersion": "8.2.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ej2-base-1.0.11.tgz_1501797642923_0.7794504289049655"
},
"_npmUser": {
"name": "ajithr11",
"email": "ajithr@syncfusion.com"
},
"_npmVersion": "4.6.1",
"_phantomChildren": {},
"_requested": {
"raw": "@syncfusion/ej2-base@^1.0.10",
"scope": "@syncfusion",
"escapedName": "@syncfusion%2fej2-base",
"name": "@syncfusion/ej2-base",
"rawSpec": "^1.0.10",
"spec": ">=1.0.10 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/@syncfusion/ej2",
"/@syncfusion/ej2-buttons",
"/@syncfusion/ej2-calendars",
"/@syncfusion/ej2-charts",
"/@syncfusion/ej2-data",
"/@syncfusion/ej2-grids",
"/@syncfusion/ej2-inputs",
"/@syncfusion/ej2-lists",
"/@syncfusion/ej2-navigations",
"/@syncfusion/ej2-ng-base",
"/@syncfusion/ej2-ng-buttons",
"/@syncfusion/ej2-ng-calendars",
"/@syncfusion/ej2-ng-charts",
"/@syncfusion/ej2-ng-grids",
"/@syncfusion/ej2-ng-inputs",
"/@syncfusion/ej2-ng-lists",
"/@syncfusion/ej2-ng-navigations",
"/@syncfusion/ej2-ng-popups",
"/@syncfusion/ej2-popups",
"/@syncfusion/ej2-react-base",
"/@syncfusion/ej2-react-buttons",
"/@syncfusion/ej2-react-calendars",
"/@syncfusion/ej2-react-charts",
"/@syncfusion/ej2-react-grids",
"/@syncfusion/ej2-react-inputs",
"/@syncfusion/ej2-react-lists",
"/@syncfusion/ej2-react-navigations",
"/@syncfusion/ej2-react-popups"
],
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-base/-/ej2-base-1.0.11.tgz",
"_shasum": "24b94adb234c33d44449d43b848b67c5b2915eb2",
"_shrinkwrap": null,
"_spec": "@syncfusion/ej2-base@^1.0.10",
"_where": "C:\\Users\\ajithr\\Desktop\\testing\\node_modules\\@syncfusion\\ej2",
"author": {
"name": "Syncfusion Inc."
},
"bugs": {
"url": "https://github.com/syncfusion/ej2-base/issues"
},
"dependencies": {},
"description": "Syncfusion TypeScript Base library",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"devDependencies": {
"@types/chai": "^3.4.28",
"@types/jasmine": "^2.2.29",
"@types/jasmine-ajax": "^3.1.27",
"@types/requirejs": "^2.1.26"
},
"directories": {},
"dist": {
"shasum": "24b94adb234c33d44449d43b848b67c5b2915eb2",
"tarball": "https://registry.npmjs.org/@syncfusion/ej2-base/-/ej2-base-1.0.11.tgz"
},
"gitHead": "4cd2335d79398b3168255e604248f0788083cd08",
"homepage": "https://github.com/syncfusion/ej2-base#readme",
"keywords": [

@@ -14,15 +103,23 @@ "ej2",

],
"license": "SEE LICENSE IN license",
"maintainers": [
{
"name": "ajithr11",
"email": "ajithr@syncfusion.com"
},
{
"name": "syncfusionorg",
"email": "npmjs@syncfusion.com"
}
],
"module": "dist/es6/index.js",
"name": "@syncfusion/ej2-base",
"optionalDependencies": {},
"readme": "ReadMe.md",
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-base.git"
"url": "git+https://github.com/syncfusion/ej2-base.git"
},
"module": "dist/es6/index.js",
"readme": "ReadMe.md",
"dependencies": {},
"devDependencies": {
"@types/chai": "^3.4.28",
"@types/jasmine": "^2.2.29",
"@types/jasmine-ajax": "^3.1.27",
"@types/requirejs": "^2.1.26"
}
}
"scripts": {},
"version": "1.0.12"
}

2

src/template-engine.d.ts

@@ -22,2 +22,2 @@ /**

*/
export declare function getTemplateEngine(): (template: string, helper?: object) => (data: Object | JSON) => string;
export declare function getTemplateEngine(): (template: string, helper?: Object) => (data: Object | JSON) => string;
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