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

@ephox/polaris

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ephox/polaris - npm Package Compare versions

Comparing version 2.0.2 to 3.0.1

src/main/ts/ephox/polaris/api/Arrays.ts

28

package.json
{
"name": "@ephox/polaris",
"description": "This project does data manipulation on arrays and strings.",
"version": "2.0.2",
"version": "3.0.1",
"repository": {

@@ -9,2 +9,10 @@ "type": "git",

},
"files": [
"lib/main",
"src/main",
"readme.md",
"LEGAL.txt",
"CHANGELOG.txt",
"LICENSE.txt"
],
"dependencies": {

@@ -14,9 +22,21 @@ "@ephox/katamari": "*"

"devDependencies": {
"@ephox/bedrock": "^1.4.0"
"@ephox/bedrock": "*",
"awesome-typescript-loader": "^3.4.1",
"source-map-loader": "^0.2.3",
"typescript": "^2.6.2",
"webpack": "^3.10.0"
},
"scripts": {
"test": "bedrock-auto -b phantomjs --testdir src/test/js/atomic"
"prepublishOnly": "tsc",
"test": "bedrock-auto -b phantomjs -d src/test/ts",
"test-manual": "bedrock -d src/test/ts"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Ephox Corporation",
"license": "Apache-2.0"
"license": "Apache-2.0",
"main": "./lib/main/ts/ephox/polaris/api/Main.js",
"module": "./lib/main/ts/ephox/polaris/api/Main.js",
"types": "./lib/main/ts/ephox/polaris/api/Main.d.ts"
}
config/bolt/atomic.js
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